common.en.toml 749 B

123456789101112131415161718
  1. ErrCode_Success = "Success"
  2. ErrCode_InvalidTokenError = "Invalid Token"
  3. ErrCode_InvalidRoleError = "Invalid Role"
  4. ErrCode_InvalidParamError = "Invalid Param"
  5. ErrCode_MissingParamError = "Missing Param {{.Name}}"
  6. ErrCode_NotExistsError = "Not Exists"
  7. ErrCode_NotSupportError = "Not Support"
  8. ErrCode_NoAuthError = "No Auth"
  9. ErrCode_ExistsError = "Already Exists"
  10. ErrCode_NotAvailableError = "Not Available"
  11. ErrCode_UnknownError = "Service exception, please contact the administrator"
  12. Error_FieldTypeError = "json: cannot unmarshal {{.Value}} into Go struct field {{.Field}} of type {{.Type}}"
  13. ErrCode_InvalidUsernameOrPasswdError = "Invalid username or password"
  14. ["Cannot delete all examination views"]
  15. other = "Cannot delete all examination views"