Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodUserErrorCode
Possible error codes that can be returned by CustomerPaymentMethodUserError.
Signature:
export declare enum CustomerPaymentMethodUserErrorCode
| Member | Value | Description |
|---|---|---|
| Invalid | "INVALID" |
The input value is invalid. |
| Present | "PRESENT" |
The input value needs to be blank. |
| Taken | "TAKEN" |
The input value is already taken. |