Home > @infiniteobjects/shopify-data-manager > AdminTypes > BusinessCustomerErrorCode
Possible error codes that can be returned by BusinessCustomerUserError
.
Signature:
export declare enum BusinessCustomerErrorCode
Member | Value | Description |
---|---|---|
Blank | "BLANK" |
The input value is blank. |
FailedToDelete | "FAILED_TO_DELETE" |
Deleting the resource failed. |
InternalError | "INTERNAL_ERROR" |
An internal error occurred. |
Invalid | "INVALID" |
The input value is invalid. |
InvalidInput | "INVALID_INPUT" |
The input is invalid. |
LimitReached | "LIMIT_REACHED" |
The number of resources exceeded the limit. |
NoInput | "NO_INPUT" |
The input is empty. |
Required | "REQUIRED" |
Missing a required field. |
ResourceNotFound | "RESOURCE_NOT_FOUND" |
The resource wasn’t found. |
Taken | "TAKEN" |
The input value is already taken. |
TooLong | "TOO_LONG" |
The field value is too long. |
UnexpectedType | "UNEXPECTED_TYPE" |
Unexpected type. |