Home > @infiniteobjects/shopify-data-manager > AdminTypes > GiftCardErrorCode
Possible error codes that can be returned by GiftCardUserError.
Signature:
export declare enum GiftCardErrorCode
| Member | Value | Description |
|---|---|---|
| GreaterThan | "GREATER_THAN" |
The input value should be greater than the minimum allowed value. |
| InternalError | "INTERNAL_ERROR" |
Unexpected internal error happened. |
| Invalid | "INVALID" |
The input value is invalid. |
| MissingArgument | "MISSING_ARGUMENT" |
Missing a required argument. |
| Taken | "TAKEN" |
The input value is already taken. |
| TooLong | "TOO_LONG" |
The input value is too long. |
| TooShort | "TOO_SHORT" |
The input value is too short. |