Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode
Possible error codes that can be returned by CustomerPaymentMethodCreateFromDuplicationDataUserError
.
Signature:
export declare enum CustomerPaymentMethodCreateFromDuplicationDataUserErrorCode
Member | Value | Description |
---|---|---|
CustomerDoesNotExist | "CUSTOMER_DOES_NOT_EXIST" |
Customer doesn’t exist. |
InvalidEncryptedDuplicationData | "INVALID_ENCRYPTED_DUPLICATION_DATA" |
Invalid encrypted duplication data. |
TooManyRequests | "TOO_MANY_REQUESTS" |
Too many requests. |