Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ErrorCode

Index

Enumeration members

AuthenticationRequired

AuthenticationRequired: = "You are not authenticated!"

EmailRequired

EmailRequired: = "Email is required field, please enter the email!"

InvalidResetPasswordToken

InvalidResetPasswordToken: = "Reset password token is not valid, some mandatory data are missing!"

MissingRefreshToken

MissingRefreshToken: = "Refresh token is required parameter! Please send it in body or query as refreshToken."

PasswordMismatch

PasswordMismatch: = "You entered a wrong password!"

PasswordRequired

PasswordRequired: = "Password is required field, please enter the password!"

ResetPasswordTokenRequired

ResetPasswordTokenRequired: = "Reset password token is required parameter! Please send it in body or query as token."

SaveNonExistingUserNotImplemented

SaveNonExistingUserNotImplemented: = "Function 'saveNonExistingUser' is not implemented!Please add 'saveNonExistingUser' functionality under the 'emailPassword' provider options."

UnsupportedAuthorization

UnsupportedAuthorization: = "Unsupported authorization type!"

UpdatePasswordNotImplemented

UpdatePasswordNotImplemented: = "Function 'updatePassword' is not implemented!Please add 'updatePassword' functionality under the 'emailPassword' provider options."

UserNotFound

UserNotFound: = "It seems this user doesn't exist, are you sure you entered correct credentials?"

Generated using TypeDoc