Table of Contents

Class AuthMessages

Namespace
KadicAuth.Application
Assembly
KadicAuth.Application.dll

Marker class for IStringLocalizer<AuthMessages>. Resource files: Resources/AuthMessages.resx (es) and Resources/AuthMessages.en.resx (en). Usage: _localizer[AuthMessages.SomeKey]

public sealed class AuthMessages
Inheritance
object
AuthMessages

Fields

AuthAccountDeactivated

public const string AuthAccountDeactivated = "AUTH_ACCOUNT_DEACTIVATED"

Field Value

string

AuthBranchNoTenant

public const string AuthBranchNoTenant = "AUTH_BRANCH_NO_TENANT"

Field Value

string

AuthInvalidCredentials

public const string AuthInvalidCredentials = "AUTH_INVALID_CREDENTIALS"

Field Value

string

AuthInvalidTenantId

public const string AuthInvalidTenantId = "AUTH_INVALID_TENANT_ID"

Field Value

string

AuthLoginError

public const string AuthLoginError = "AUTH_LOGIN_ERROR"

Field Value

string

AuthLogoutSuccess

public const string AuthLogoutSuccess = "AUTH_LOGOUT_SUCCESS"

Field Value

string

AuthNewPasswordRequired

public const string AuthNewPasswordRequired = "AUTH_NEW_PASSWORD_REQUIRED"

Field Value

string

AuthPasswordResetConfirmError

public const string AuthPasswordResetConfirmError = "AUTH_PASSWORD_RESET_CONFIRM_ERROR"

Field Value

string

AuthPasswordResetEmailChannelNotConfigured

public const string AuthPasswordResetEmailChannelNotConfigured = "AUTH_PASSWORD_RESET_EMAIL_CHANNEL_NOT_CONFIGURED"

Field Value

string

AuthPasswordResetEmailFailed

public const string AuthPasswordResetEmailFailed = "AUTH_PASSWORD_RESET_EMAIL_FAILED"

Field Value

string

AuthPasswordResetError

public const string AuthPasswordResetError = "AUTH_PASSWORD_RESET_ERROR"

Field Value

string

AuthPasswordResetLinkInvalid

public const string AuthPasswordResetLinkInvalid = "AUTH_PASSWORD_RESET_LINK_INVALID"

Field Value

string

AuthPasswordResetRequested

public const string AuthPasswordResetRequested = "AUTH_PASSWORD_RESET_REQUESTED"

Field Value

string

AuthPasswordResetTemplateNotConfigured

public const string AuthPasswordResetTemplateNotConfigured = "AUTH_PASSWORD_RESET_TEMPLATE_NOT_CONFIGURED"

Field Value

string

AuthPasswordsDoNotMatch

public const string AuthPasswordsDoNotMatch = "AUTH_PASSWORDS_DO_NOT_MATCH"

Field Value

string

AuthRefreshTokenError

public const string AuthRefreshTokenError = "AUTH_REFRESH_TOKEN_ERROR"

Field Value

string

AuthSessionExpired

public const string AuthSessionExpired = "AUTH_SESSION_EXPIRED"

Field Value

string

AuthSessionInvalid

public const string AuthSessionInvalid = "AUTH_SESSION_INVALID"

Field Value

string

AuthSessionNotFound

public const string AuthSessionNotFound = "AUTH_SESSION_NOT_FOUND"

Field Value

string

AuthSessionValidationError

public const string AuthSessionValidationError = "AUTH_SESSION_VALIDATION_ERROR"

Field Value

string

AuthTenantDeactivated

public const string AuthTenantDeactivated = "AUTH_TENANT_DEACTIVATED"

Field Value

string

AuthTokenConfirmError

public const string AuthTokenConfirmError = "AUTH_TOKEN_CONFIRM_ERROR"

Field Value

string

AuthTokenInvalid

public const string AuthTokenInvalid = "AUTH_TOKEN_INVALID"

Field Value

string

AuthTokenValid

public const string AuthTokenValid = "AUTH_TOKEN_VALID"

Field Value

string

AuthUnexpectedError

public const string AuthUnexpectedError = "AUTH_UNEXPECTED_ERROR"

Field Value

string

AuthUserLockedOut

public const string AuthUserLockedOut = "AUTH_USER_LOCKED_OUT"

Field Value

string

AuthUserNoBranches

public const string AuthUserNoBranches = "AUTH_USER_NO_BRANCHES"

Field Value

string

BranchActivatedSuccess

public const string BranchActivatedSuccess = "BRANCH_ACTIVATED_SUCCESS"

Field Value

string

BranchAddressMaxLength

public const string BranchAddressMaxLength = "BRANCH_ADDRESS_MAX_LENGTH"

Field Value

string

BranchAddressMaxLengthForUpdate

public const string BranchAddressMaxLengthForUpdate = "BRANCH_ADDRESS_MAX_LENGTH_FOR_UPDATE"

Field Value

string

BranchCreateError

public const string BranchCreateError = "BRANCH_CREATE_ERROR"

Field Value

string

BranchDeactivatedSuccess

public const string BranchDeactivatedSuccess = "BRANCH_DEACTIVATED_SUCCESS"

Field Value

string

BranchGetByIdError

public const string BranchGetByIdError = "BRANCH_GET_BY_ID_ERROR"

Field Value

string

BranchGetError

public const string BranchGetError = "BRANCH_GET_ERROR"

Field Value

string

BranchIdRequired

public const string BranchIdRequired = "BRANCH_ID_REQUIRED"

Field Value

string

BranchInputAddressMaxLength

public const string BranchInputAddressMaxLength = "BRANCH_INPUT_ADDRESS_MAX_LENGTH"

Field Value

string

BranchInputNameMaxLength

public const string BranchInputNameMaxLength = "BRANCH_INPUT_NAME_MAX_LENGTH"

Field Value

string

BranchInputNameRequired

public const string BranchInputNameRequired = "BRANCH_INPUT_NAME_REQUIRED"

Field Value

string

BranchInputPhoneMaxLength

public const string BranchInputPhoneMaxLength = "BRANCH_INPUT_PHONE_MAX_LENGTH"

Field Value

string

BranchInputSlugInvalidChars

public const string BranchInputSlugInvalidChars = "BRANCH_INPUT_SLUG_INVALID_CHARS"

Field Value

string

BranchInputSlugMaxLength

public const string BranchInputSlugMaxLength = "BRANCH_INPUT_SLUG_MAX_LENGTH"

Field Value

string

BranchNameMaxLength

public const string BranchNameMaxLength = "BRANCH_NAME_MAX_LENGTH"

Field Value

string

BranchNameMaxLengthForUpdate

public const string BranchNameMaxLengthForUpdate = "BRANCH_NAME_MAX_LENGTH_FOR_UPDATE"

Field Value

string

BranchNameRequired

public const string BranchNameRequired = "BRANCH_NAME_REQUIRED"

Field Value

string

BranchNameRequiredForUpdate

public const string BranchNameRequiredForUpdate = "BRANCH_NAME_REQUIRED_FOR_UPDATE"

Field Value

string

BranchNotFound

public const string BranchNotFound = "BRANCH_NOT_FOUND"

Field Value

string

BranchPhoneMaxLength

public const string BranchPhoneMaxLength = "BRANCH_PHONE_MAX_LENGTH"

Field Value

string

BranchPhoneMaxLengthForUpdate

public const string BranchPhoneMaxLengthForUpdate = "BRANCH_PHONE_MAX_LENGTH_FOR_UPDATE"

Field Value

string

BranchRouteIdMismatch

public const string BranchRouteIdMismatch = "BRANCH_ROUTE_ID_MISMATCH"

Field Value

string

BranchSlugAlreadyExists

public const string BranchSlugAlreadyExists = "BRANCH_SLUG_ALREADY_EXISTS"

Field Value

string

BranchSlugMaxLength

public const string BranchSlugMaxLength = "BRANCH_SLUG_MAX_LENGTH"

Field Value

string

BranchTenantIdRequired

public const string BranchTenantIdRequired = "BRANCH_TENANT_ID_REQUIRED"

Field Value

string

BranchUpdateError

public const string BranchUpdateError = "BRANCH_UPDATE_ERROR"

Field Value

string

BranchUpdatedSuccess

public const string BranchUpdatedSuccess = "BRANCH_UPDATED_SUCCESS"

Field Value

string

GeneralAccessDenied

public const string GeneralAccessDenied = "GENERAL_ACCESS_DENIED"

Field Value

string

GeneralRecordNotFound

public const string GeneralRecordNotFound = "GENERAL_RECORD_NOT_FOUND"

Field Value

string

GeneralUnexpectedError

public const string GeneralUnexpectedError = "GENERAL_UNEXPECTED_ERROR"

Field Value

string

LoginEmailInvalid

public const string LoginEmailInvalid = "LOGIN_EMAIL_INVALID"

Field Value

string

LoginEmailMaxLength

public const string LoginEmailMaxLength = "LOGIN_EMAIL_MAX_LENGTH"

Field Value

string

LoginEmailRequired

public const string LoginEmailRequired = "LOGIN_EMAIL_REQUIRED"

Field Value

string

LoginPasswordMinLength

public const string LoginPasswordMinLength = "LOGIN_PASSWORD_MIN_LENGTH"

Field Value

string

LoginPasswordRequired

public const string LoginPasswordRequired = "LOGIN_PASSWORD_REQUIRED"

Field Value

string

ModuleActivateError

public const string ModuleActivateError = "MODULE_ACTIVATE_ERROR"

Field Value

string

ModuleCreateError

public const string ModuleCreateError = "MODULE_CREATE_ERROR"

Field Value

string

ModuleCreateWithSubModulesConflict

public const string ModuleCreateWithSubModulesConflict = "MODULE_CREATE_WITH_SUBMODULES_CONFLICT"

Field Value

string

ModuleCreateWithSubModulesError

public const string ModuleCreateWithSubModulesError = "MODULE_CREATE_WITH_SUBMODULES_ERROR"

Field Value

string

ModuleDeactivateError

public const string ModuleDeactivateError = "MODULE_DEACTIVATE_ERROR"

Field Value

string

ModuleDescriptionMaxLength

public const string ModuleDescriptionMaxLength = "MODULE_DESCRIPTION_MAX_LENGTH"

Field Value

string

ModuleDescriptionRequired

public const string ModuleDescriptionRequired = "MODULE_DESCRIPTION_REQUIRED"

Field Value

string

ModuleGetByIdError

public const string ModuleGetByIdError = "MODULE_GET_BY_ID_ERROR"

Field Value

string

ModuleGetError

public const string ModuleGetError = "MODULE_GET_ERROR"

Field Value

string

ModuleKeyAlreadyExists

public const string ModuleKeyAlreadyExists = "MODULE_KEY_ALREADY_EXISTS"

Field Value

string

ModuleKeyMaxLength

public const string ModuleKeyMaxLength = "MODULE_KEY_MAX_LENGTH"

Field Value

string

ModuleKeyRequired

public const string ModuleKeyRequired = "MODULE_KEY_REQUIRED"

Field Value

string

ModuleNameMaxLength

public const string ModuleNameMaxLength = "MODULE_NAME_MAX_LENGTH"

Field Value

string

ModuleNameRequired

public const string ModuleNameRequired = "MODULE_NAME_REQUIRED"

Field Value

string

ModuleNotFound

public const string ModuleNotFound = "MODULE_NOT_FOUND"

Field Value

string

ModuleSubModuleSlugsUnique

public const string ModuleSubModuleSlugsUnique = "MODULE_SUBMODULE_SLUGS_UNIQUE"

Field Value

string

ModuleUpdateError

public const string ModuleUpdateError = "MODULE_UPDATE_ERROR"

Field Value

string

PermissionCodeAlreadyExists

public const string PermissionCodeAlreadyExists = "PERMISSION_CODE_ALREADY_EXISTS"

Field Value

string

PermissionCodeInvalidChars

public const string PermissionCodeInvalidChars = "PERMISSION_CODE_INVALID_CHARS"

Field Value

string

PermissionCodeMaxLength

public const string PermissionCodeMaxLength = "PERMISSION_CODE_MAX_LENGTH"

Field Value

string

PermissionCodeRequired

public const string PermissionCodeRequired = "PERMISSION_CODE_REQUIRED"

Field Value

string

PermissionCreateError

public const string PermissionCreateError = "PERMISSION_CREATE_ERROR"

Field Value

string

PermissionDeleteError

public const string PermissionDeleteError = "PERMISSION_DELETE_ERROR"

Field Value

string

PermissionDescriptionRequired

public const string PermissionDescriptionRequired = "PERMISSION_DESCRIPTION_REQUIRED"

Field Value

string

PermissionDescriptionRequiredForUpdate

public const string PermissionDescriptionRequiredForUpdate = "PERMISSION_DESCRIPTION_REQUIRED_FOR_UPDATE"

Field Value

string

PermissionGetByCodeError

public const string PermissionGetByCodeError = "PERMISSION_GET_BY_CODE_ERROR"

Field Value

string

PermissionGetByIdError

public const string PermissionGetByIdError = "PERMISSION_GET_BY_ID_ERROR"

Field Value

string

PermissionGetBySlugError

public const string PermissionGetBySlugError = "PERMISSION_GET_BY_SLUG_ERROR"

Field Value

string

PermissionGetError

public const string PermissionGetError = "PERMISSION_GET_ERROR"

Field Value

string

PermissionIdRequired

public const string PermissionIdRequired = "PERMISSION_ID_REQUIRED"

Field Value

string

PermissionNameMaxLength

public const string PermissionNameMaxLength = "PERMISSION_NAME_MAX_LENGTH"

Field Value

string

PermissionNameMaxLengthForUpdate

public const string PermissionNameMaxLengthForUpdate = "PERMISSION_NAME_MAX_LENGTH_FOR_UPDATE"

Field Value

string

PermissionNameRequired

public const string PermissionNameRequired = "PERMISSION_NAME_REQUIRED"

Field Value

string

PermissionNameRequiredForUpdate

public const string PermissionNameRequiredForUpdate = "PERMISSION_NAME_REQUIRED_FOR_UPDATE"

Field Value

string

PermissionNotFound

public const string PermissionNotFound = "PERMISSION_NOT_FOUND"

Field Value

string

PermissionSlugInvalidChars

public const string PermissionSlugInvalidChars = "PERMISSION_SLUG_INVALID_CHARS"

Field Value

string

PermissionSlugMaxLength

public const string PermissionSlugMaxLength = "PERMISSION_SLUG_MAX_LENGTH"

Field Value

string

PermissionSlugRequired

public const string PermissionSlugRequired = "PERMISSION_SLUG_REQUIRED"

Field Value

string

PermissionSubModuleIdRequired

public const string PermissionSubModuleIdRequired = "PERMISSION_SUBMODULE_ID_REQUIRED"

Field Value

string

PermissionSubModuleIdRequiredForUpdate

public const string PermissionSubModuleIdRequiredForUpdate = "PERMISSION_SUBMODULE_ID_REQUIRED_FOR_UPDATE"

Field Value

string

PermissionUpdateError

public const string PermissionUpdateError = "PERMISSION_UPDATE_ERROR"

Field Value

string

PlanCodeAlreadyExists

public const string PlanCodeAlreadyExists = "PLAN_CODE_ALREADY_EXISTS"

Field Value

string

PlanCodeMaxLength

public const string PlanCodeMaxLength = "PLAN_CODE_MAX_LENGTH"

Field Value

string

PlanCodeRequired

public const string PlanCodeRequired = "PLAN_CODE_REQUIRED"

Field Value

string

PlanCreateError

public const string PlanCreateError = "PLAN_CREATE_ERROR"

Field Value

string

PlanDescriptionMaxLength

public const string PlanDescriptionMaxLength = "PLAN_DESCRIPTION_MAX_LENGTH"

Field Value

string

PlanDurationInvalid

public const string PlanDurationInvalid = "PLAN_DURATION_INVALID"

Field Value

string

PlanIdRequired

public const string PlanIdRequired = "PLAN_ID_REQUIRED"

Field Value

string

PlanMustBeActive

public const string PlanMustBeActive = "PLAN_MUST_BE_ACTIVE"

Field Value

string

PlanNameLength

public const string PlanNameLength = "PLAN_NAME_LENGTH"

Field Value

string

PlanNameRequired

public const string PlanNameRequired = "PLAN_NAME_REQUIRED"

Field Value

string

PlanNotFound

public const string PlanNotFound = "PLAN_NOT_FOUND"

Field Value

string

PlanPriceInvalid

public const string PlanPriceInvalid = "PLAN_PRICE_INVALID"

Field Value

string

PlanUpdateError

public const string PlanUpdateError = "PLAN_UPDATE_ERROR"

Field Value

string

RoleAssignPermissionsError

public const string RoleAssignPermissionsError = "ROLE_ASSIGN_PERMISSIONS_ERROR"

Field Value

string

RoleCodeAlreadyExists

public const string RoleCodeAlreadyExists = "ROLE_CODE_ALREADY_EXISTS"

Field Value

string

RoleCodeInvalidChars

public const string RoleCodeInvalidChars = "ROLE_CODE_INVALID_CHARS"

Field Value

string

RoleCodeMaxLength

public const string RoleCodeMaxLength = "ROLE_CODE_MAX_LENGTH"

Field Value

string

RoleCodeRequired

public const string RoleCodeRequired = "ROLE_CODE_REQUIRED"

Field Value

string

RoleCreateError

public const string RoleCreateError = "ROLE_CREATE_ERROR"

Field Value

string

RoleDeleteError

public const string RoleDeleteError = "ROLE_DELETE_ERROR"

Field Value

string

RoleDescriptionMaxLength

public const string RoleDescriptionMaxLength = "ROLE_DESCRIPTION_MAX_LENGTH"

Field Value

string

RoleGetByIdError

public const string RoleGetByIdError = "ROLE_GET_BY_ID_ERROR"

Field Value

string

RoleGetError

public const string RoleGetError = "ROLE_GET_ERROR"

Field Value

string

RoleIdRequired

public const string RoleIdRequired = "ROLE_ID_REQUIRED"

Field Value

string

RoleNameMaxLength

public const string RoleNameMaxLength = "ROLE_NAME_MAX_LENGTH"

Field Value

string

RoleNameRequired

public const string RoleNameRequired = "ROLE_NAME_REQUIRED"

Field Value

string

RoleNotFound

public const string RoleNotFound = "ROLE_NOT_FOUND"

Field Value

string

RolePermissionCodeInvalid

public const string RolePermissionCodeInvalid = "ROLE_PERMISSION_CODE_INVALID"

Field Value

string

RolePermissionCodeMaxLength

public const string RolePermissionCodeMaxLength = "ROLE_PERMISSION_CODE_MAX_LENGTH"

Field Value

string

RolePermissionsRequired

public const string RolePermissionsRequired = "ROLE_PERMISSIONS_REQUIRED"

Field Value

string

RoleTenantIdRequired

public const string RoleTenantIdRequired = "ROLE_TENANT_ID_REQUIRED"

Field Value

string

RoleUpdateError

public const string RoleUpdateError = "ROLE_UPDATE_PERMISSIONS_ERROR"

Field Value

string

SubModuleCreateError

public const string SubModuleCreateError = "SUBMODULE_CREATE_ERROR"

Field Value

string

SubModuleDeleteError

public const string SubModuleDeleteError = "SUBMODULE_DELETE_ERROR"

Field Value

string

SubModuleDescriptionMaxLength

public const string SubModuleDescriptionMaxLength = "SUBMODULE_DESCRIPTION_MAX_LENGTH"

Field Value

string

SubModuleGetByIdError

public const string SubModuleGetByIdError = "SUBMODULE_GET_BY_ID_ERROR"

Field Value

string

SubModuleGetByModuleError

public const string SubModuleGetByModuleError = "SUBMODULE_GET_BY_MODULE_ERROR"

Field Value

string

SubModuleGetError

public const string SubModuleGetError = "SUBMODULE_GET_ERROR"

Field Value

string

SubModuleModuleNotFound

public const string SubModuleModuleNotFound = "SUBMODULE_MODULE_NOT_FOUND"

Field Value

string

SubModuleNameMaxLength

public const string SubModuleNameMaxLength = "SUBMODULE_NAME_MAX_LENGTH"

Field Value

string

SubModuleNameRequired

public const string SubModuleNameRequired = "SUBMODULE_NAME_REQUIRED"

Field Value

string

SubModuleNotFound

public const string SubModuleNotFound = "SUBMODULE_NOT_FOUND"

Field Value

string

SubModuleSlugInvalidChars

public const string SubModuleSlugInvalidChars = "SUBMODULE_SLUG_INVALID_CHARS"

Field Value

string

SubModuleSlugMaxLength

public const string SubModuleSlugMaxLength = "SUBMODULE_SLUG_MAX_LENGTH"

Field Value

string

SubModuleUpdateError

public const string SubModuleUpdateError = "SUBMODULE_UPDATE_ERROR"

Field Value

string

TenantActivateError

public const string TenantActivateError = "TENANT_ACTIVATE_ERROR"

Field Value

string

TenantAtLeastOneBranch

public const string TenantAtLeastOneBranch = "TENANT_AT_LEAST_ONE_BRANCH"

Field Value

string

TenantAtLeastOneBranchRequired

public const string TenantAtLeastOneBranchRequired = "TENANT_AT_LEAST_ONE_BRANCH_REQUIRED"

Field Value

string

TenantBranchNameRequired

public const string TenantBranchNameRequired = "TENANT_BRANCH_NAME_REQUIRED"

Field Value

string

TenantBranchSlugDuplicate

public const string TenantBranchSlugDuplicate = "TENANT_BRANCH_SLUG_DUPLICATE"

Field Value

string

TenantBranchesRequired

public const string TenantBranchesRequired = "TENANT_BRANCHES_REQUIRED"

Field Value

string

TenantCodeAlreadyExists

public const string TenantCodeAlreadyExists = "TENANT_CODE_ALREADY_EXISTS"

Field Value

string

TenantCodeMaxLength

public const string TenantCodeMaxLength = "TENANT_CODE_MAX_LENGTH"

Field Value

string

TenantCreateError

public const string TenantCreateError = "TENANT_CREATE_ERROR"

Field Value

string

TenantCreateWithBranchesError

public const string TenantCreateWithBranchesError = "TENANT_CREATE_WITH_BRANCHES_ERROR"

Field Value

string

TenantDeactivateError

public const string TenantDeactivateError = "TENANT_DEACTIVATE_ERROR"

Field Value

string

TenantDescriptionMaxLength

public const string TenantDescriptionMaxLength = "TENANT_DESCRIPTION_MAX_LENGTH"

Field Value

string

TenantDomainAlreadyExists

public const string TenantDomainAlreadyExists = "TENANT_DOMAIN_ALREADY_EXISTS"

Field Value

string

TenantDomainInvalidChars

public const string TenantDomainInvalidChars = "TENANT_DOMAIN_INVALID_CHARS"

Field Value

string

TenantDomainMaxLength

public const string TenantDomainMaxLength = "TENANT_DOMAIN_MAX_LENGTH"

Field Value

string

TenantDomainRequired

public const string TenantDomainRequired = "TENANT_DOMAIN_REQUIRED"

Field Value

string

TenantDomainRequiredWithChars

public const string TenantDomainRequiredWithChars = "TENANT_DOMAIN_REQUIRED_WITH_CHARS"

Field Value

string

TenantGetByIdError

public const string TenantGetByIdError = "TENANT_GET_BY_ID_ERROR"

Field Value

string

TenantGetError

public const string TenantGetError = "TENANT_GET_ERROR"

Field Value

string

TenantIdRequired

public const string TenantIdRequired = "TENANT_ID_REQUIRED"

Field Value

string

TenantNameAlreadyExists

public const string TenantNameAlreadyExists = "TENANT_NAME_ALREADY_EXISTS"

Field Value

string

TenantNameLength

public const string TenantNameLength = "TENANT_NAME_LENGTH"

Field Value

string

TenantNameRequired

public const string TenantNameRequired = "TENANT_NAME_REQUIRED"

Field Value

string

TenantNotFound

public const string TenantNotFound = "TENANT_NOT_FOUND"

Field Value

string

TenantOnlyOneDefaultBranch

public const string TenantOnlyOneDefaultBranch = "TENANT_ONLY_ONE_DEFAULT_BRANCH"

Field Value

string

TenantPlanRequired

public const string TenantPlanRequired = "TENANT_PLAN_REQUIRED"

Field Value

string

TenantRegionMaxLength

public const string TenantRegionMaxLength = "TENANT_REGION_MAX_LENGTH"

Field Value

string

TenantRegionRequired

public const string TenantRegionRequired = "TENANT_REGION_REQUIRED"

Field Value

string

TenantRegionRequiredMaxLength

public const string TenantRegionRequiredMaxLength = "TENANT_REGION_REQUIRED_MAX_LENGTH"

Field Value

string

TenantSlugAlreadyExists

public const string TenantSlugAlreadyExists = "TENANT_SLUG_ALREADY_EXISTS"

Field Value

string

TenantSlugMaxLength

public const string TenantSlugMaxLength = "TENANT_SLUG_MAX_LENGTH"

Field Value

string

TenantSlugRequired

public const string TenantSlugRequired = "TENANT_SLUG_REQUIRED"

Field Value

string

TenantUpdateError

public const string TenantUpdateError = "TENANT_UPDATE_ERROR"

Field Value

string

TenantUpdatedSuccess

public const string TenantUpdatedSuccess = "TENANT_UPDATED_SUCCESS"

Field Value

string

UserActivatedSuccess

public const string UserActivatedSuccess = "USER_ACTIVATED_SUCCESS"

Field Value

string

UserAlreadyActive

public const string UserAlreadyActive = "USER_ALREADY_ACTIVE"

Field Value

string

UserAlreadyInactive

public const string UserAlreadyInactive = "USER_ALREADY_INACTIVE"

Field Value

string

UserAssignBranchesError

public const string UserAssignBranchesError = "USER_ASSIGN_BRANCHES_ERROR"

Field Value

string

UserAssignBranchesSuccess

public const string UserAssignBranchesSuccess = "USER_ASSIGN_BRANCHES_SUCCESS"

Field Value

string

UserAtLeastOneField

public const string UserAtLeastOneField = "USER_AT_LEAST_ONE_FIELD"

Field Value

string

UserBranchDuplicate

public const string UserBranchDuplicate = "USER_BRANCH_DUPLICATE"

Field Value

string

UserBranchNotExist

public const string UserBranchNotExist = "USER_BRANCH_NOT_EXIST"

Field Value

string

UserBranchRequired

public const string UserBranchRequired = "USER_BRANCH_REQUIRED"

Field Value

string

UserBranchesRequired

public const string UserBranchesRequired = "USER_BRANCHES_REQUIRED"

Field Value

string

UserChangePasswordError

public const string UserChangePasswordError = "USER_CHANGE_PASSWORD_ERROR"

Field Value

string

UserCreateError

public const string UserCreateError = "USER_CREATE_ERROR"

Field Value

string

UserCurrentPasswordRequired

public const string UserCurrentPasswordRequired = "USER_CURRENT_PASSWORD_REQUIRED"

Field Value

string

UserDeactivatedSuccess

public const string UserDeactivatedSuccess = "USER_DEACTIVATED_SUCCESS"

Field Value

string

UserEmailAlreadyExists

public const string UserEmailAlreadyExists = "USER_EMAIL_ALREADY_EXISTS"

Field Value

string

UserEmailInvalid

public const string UserEmailInvalid = "USER_EMAIL_INVALID"

Field Value

string

UserEmailMaxLength

public const string UserEmailMaxLength = "USER_EMAIL_MAX_LENGTH"

Field Value

string

UserEmailOrUsernameAlreadyExists

public const string UserEmailOrUsernameAlreadyExists = "USER_EMAIL_OR_USERNAME_ALREADY_EXISTS"

Field Value

string

UserEmailRequired

public const string UserEmailRequired = "USER_EMAIL_REQUIRED"

Field Value

string

UserFirstNameMaxLength

public const string UserFirstNameMaxLength = "USER_FIRST_NAME_MAX_LENGTH"

Field Value

string

UserGetByIdError

public const string UserGetByIdError = "USER_GET_BY_ID_ERROR"

Field Value

string

UserGetError

public const string UserGetError = "USER_GET_ERROR"

Field Value

string

UserIdRequired

public const string UserIdRequired = "USER_ID_REQUIRED"

Field Value

string

UserLastNameMaxLength

public const string UserLastNameMaxLength = "USER_LAST_NAME_MAX_LENGTH"

Field Value

string

UserMultipleMainBranches

public const string UserMultipleMainBranches = "USER_MULTIPLE_MAIN_BRANCHES"

Field Value

string

UserNewPasswordLength

public const string UserNewPasswordLength = "USER_NEW_PASSWORD_LENGTH"

Field Value

string

UserNewPasswordLowercase

public const string UserNewPasswordLowercase = "USER_NEW_PASSWORD_LOWERCASE"

Field Value

string

UserNewPasswordNumber

public const string UserNewPasswordNumber = "USER_NEW_PASSWORD_NUMBER"

Field Value

string

UserNewPasswordRequired

public const string UserNewPasswordRequired = "USER_NEW_PASSWORD_REQUIRED"

Field Value

string

UserNewPasswordUppercase

public const string UserNewPasswordUppercase = "USER_NEW_PASSWORD_UPPERCASE"

Field Value

string

UserNotFound

public const string UserNotFound = "USER_NOT_FOUND"

Field Value

string

UserPasswordChangedSuccess

public const string UserPasswordChangedSuccess = "USER_PASSWORD_CHANGED_SUCCESS"

Field Value

string

UserPasswordConfirmMismatch

public const string UserPasswordConfirmMismatch = "USER_PASSWORD_CONFIRM_MISMATCH"

Field Value

string

UserPasswordMaxLength

public const string UserPasswordMaxLength = "USER_PASSWORD_MAX_LENGTH"

Field Value

string

UserPasswordMinLength

public const string UserPasswordMinLength = "USER_PASSWORD_MIN_LENGTH"

Field Value

string

UserPasswordMustHaveLowercase

public const string UserPasswordMustHaveLowercase = "USER_PASSWORD_MUST_HAVE_LOWERCASE"

Field Value

string

UserPasswordMustHaveNumber

public const string UserPasswordMustHaveNumber = "USER_PASSWORD_MUST_HAVE_NUMBER"

Field Value

string

UserPasswordMustHaveUppercase

public const string UserPasswordMustHaveUppercase = "USER_PASSWORD_MUST_HAVE_UPPERCASE"

Field Value

string

UserPasswordRequired

public const string UserPasswordRequired = "USER_PASSWORD_REQUIRED"

Field Value

string

UserRoleNotExist

public const string UserRoleNotExist = "USER_ROLE_NOT_EXIST"

Field Value

string

UserRoleRequired

public const string UserRoleRequired = "USER_ROLE_REQUIRED"

Field Value

string

UserRolesSomeNotExist

public const string UserRolesSomeNotExist = "USER_ROLES_SOME_NOT_EXIST"

Field Value

string

UserTokenRequired

public const string UserTokenRequired = "USER_TOKEN_REQUIRED"

Field Value

string

UserUpdateError

public const string UserUpdateError = "USER_UPDATE_ERROR"

Field Value

string

UserUpdatedSuccess

public const string UserUpdatedSuccess = "USER_UPDATED_SUCCESS"

Field Value

string

UserUsernameAlreadyExists

public const string UserUsernameAlreadyExists = "USER_USERNAME_ALREADY_EXISTS"

Field Value

string

UserUsernameMaxLength

public const string UserUsernameMaxLength = "USER_USERNAME_MAX_LENGTH"

Field Value

string

UserUsernameMinLength

public const string UserUsernameMinLength = "USER_USERNAME_MIN_LENGTH"

Field Value

string

UserUsernameRequired

public const string UserUsernameRequired = "USER_USERNAME_REQUIRED"

Field Value

string