Skip to main content

StoreAuthServiceErrorCodes

No description

enum StoreAuthServiceErrorCodes {
NOT_FOUND
INVALID
UNAUTHORIZED
INVALID_INPUT
FORBIDDEN
CONFLICT
BAD_REQUEST_ERROR
INTERNAL_SERVER_ERROR
INSUFFICIENT_BALANCE
INVALID_AMOUNT
TOP_UP_FAILED
WITHDRAW_FAILED
WALLET_NOT_FOUND
OTP_SEND_FAILED
OTP_NOT_FOUND
OTP_EXPIRED
UNSUPPORTED_AUTHENTICATION_PROVIDER
TOO_MANY_OTP_REQUESTS
SMS_AUTHENTICATION_FAILED
SMS_INVALID_PHONE_NUMBER
SMS_INVALID_SENDER_ID
SMS_MESSAGE_TOO_LONG
SMS_RATE_LIMIT_EXCEEDED
SMS_INSUFFICIENT_BALANCE
SMS_NETWORK_ERROR
SMS_INTERNAL_ERROR
SMS_UNSUPPORTED_COUNTRY
EMAIL_NOT_SENT
WHATSAPP_INTERNAL_ERROR
WRONG_OTP
MISMATCH_VERIFICATION_METHOD
}

Values​

StoreAuthServiceErrorCodes.NOT_FOUND​

StoreAuthServiceErrorCodes.INVALID​

StoreAuthServiceErrorCodes.UNAUTHORIZED​

StoreAuthServiceErrorCodes.INVALID_INPUT​

StoreAuthServiceErrorCodes.FORBIDDEN​

StoreAuthServiceErrorCodes.CONFLICT​

StoreAuthServiceErrorCodes.BAD_REQUEST_ERROR​

StoreAuthServiceErrorCodes.INTERNAL_SERVER_ERROR​

StoreAuthServiceErrorCodes.INSUFFICIENT_BALANCE​

StoreAuthServiceErrorCodes.INVALID_AMOUNT​

StoreAuthServiceErrorCodes.TOP_UP_FAILED​

StoreAuthServiceErrorCodes.WITHDRAW_FAILED​

StoreAuthServiceErrorCodes.WALLET_NOT_FOUND​

StoreAuthServiceErrorCodes.OTP_SEND_FAILED​

StoreAuthServiceErrorCodes.OTP_NOT_FOUND​

StoreAuthServiceErrorCodes.OTP_EXPIRED​

StoreAuthServiceErrorCodes.UNSUPPORTED_AUTHENTICATION_PROVIDER​

StoreAuthServiceErrorCodes.TOO_MANY_OTP_REQUESTS​

StoreAuthServiceErrorCodes.SMS_AUTHENTICATION_FAILED​

StoreAuthServiceErrorCodes.SMS_INVALID_PHONE_NUMBER​

StoreAuthServiceErrorCodes.SMS_INVALID_SENDER_ID​

StoreAuthServiceErrorCodes.SMS_MESSAGE_TOO_LONG​

StoreAuthServiceErrorCodes.SMS_RATE_LIMIT_EXCEEDED​

StoreAuthServiceErrorCodes.SMS_INSUFFICIENT_BALANCE​

StoreAuthServiceErrorCodes.SMS_NETWORK_ERROR​

StoreAuthServiceErrorCodes.SMS_INTERNAL_ERROR​

StoreAuthServiceErrorCodes.SMS_UNSUPPORTED_COUNTRY​

StoreAuthServiceErrorCodes.EMAIL_NOT_SENT​

StoreAuthServiceErrorCodes.WHATSAPP_INTERNAL_ERROR​

StoreAuthServiceErrorCodes.WRONG_OTP​

StoreAuthServiceErrorCodes.MISMATCH_VERIFICATION_METHOD​