Skip to main content

CustomerServiceErrorCodes

No description

enum CustomerServiceErrorCodes {
CUSTOMER_NOT_EXIST
CUSTOMER_ADDRESS_NOT_EXIST
DUPLICATE_EMAIL
DUPLICATE_PHONE
STORE_NOT_FOUND
STORE_IN_LEGACY_MODE
STORE_IN_MODERN_MODE
INTERNAL_SERVER_ERROR
INVALID_EMAIL
INVALID_PHONE
WRONG_PASSWORD
VERIFICATION_METHODS_REQUIRED
DEFAULT_PHONE_METHOD_REQUIRED
INVALID_INPUT
PHONE_NOT_VERIFIED
EMAIL_NOT_VERIFIED
EMAIL_TAKEN
NO_AUTH_TOKEN
TOKEN_EXPIRED
INVALID_TOKEN
PHONE_AND_EMAIL_NOT_VERIFIED
RATE_LIMIT_EXCEEDED
TAG_NOT_FOUND
TAG_INVALID_NAME
TAG_COLOR_INVALID
TAG_LIMIT_REACHED
TAG_NAME_ALREADY_EXISTS
ONE_OR_MORE_TAGS_INVALID
CUSTOMER_BANNED
}

Values​

CustomerServiceErrorCodes.CUSTOMER_NOT_EXIST​

CustomerServiceErrorCodes.CUSTOMER_ADDRESS_NOT_EXIST​

CustomerServiceErrorCodes.DUPLICATE_EMAIL​

CustomerServiceErrorCodes.DUPLICATE_PHONE​

CustomerServiceErrorCodes.STORE_NOT_FOUND​

CustomerServiceErrorCodes.STORE_IN_LEGACY_MODE​

CustomerServiceErrorCodes.STORE_IN_MODERN_MODE​

CustomerServiceErrorCodes.INTERNAL_SERVER_ERROR​

CustomerServiceErrorCodes.INVALID_EMAIL​

CustomerServiceErrorCodes.INVALID_PHONE​

CustomerServiceErrorCodes.WRONG_PASSWORD​

CustomerServiceErrorCodes.VERIFICATION_METHODS_REQUIRED​

CustomerServiceErrorCodes.DEFAULT_PHONE_METHOD_REQUIRED​

CustomerServiceErrorCodes.INVALID_INPUT​

CustomerServiceErrorCodes.PHONE_NOT_VERIFIED​

CustomerServiceErrorCodes.EMAIL_NOT_VERIFIED​

CustomerServiceErrorCodes.EMAIL_TAKEN​

CustomerServiceErrorCodes.NO_AUTH_TOKEN​

CustomerServiceErrorCodes.TOKEN_EXPIRED​

CustomerServiceErrorCodes.INVALID_TOKEN​

CustomerServiceErrorCodes.PHONE_AND_EMAIL_NOT_VERIFIED​

CustomerServiceErrorCodes.RATE_LIMIT_EXCEEDED​

CustomerServiceErrorCodes.TAG_NOT_FOUND​

CustomerServiceErrorCodes.TAG_INVALID_NAME​

CustomerServiceErrorCodes.TAG_COLOR_INVALID​

CustomerServiceErrorCodes.TAG_LIMIT_REACHED​

CustomerServiceErrorCodes.TAG_NAME_ALREADY_EXISTS​

CustomerServiceErrorCodes.ONE_OR_MORE_TAGS_INVALID​

CustomerServiceErrorCodes.CUSTOMER_BANNED​