Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodRemoteUserErrorCode
Possible error codes that can be returned by CustomerPaymentMethodRemoteUserError.
Signature:
export declare enum CustomerPaymentMethodRemoteUserErrorCode
| Member | Value | Description |
|---|---|---|
| AuthorizeNetNotEnabledForSubscriptions | "AUTHORIZE_NET_NOT_ENABLED_FOR_SUBSCRIPTIONS" |
Authorize.net is not enabled for subscriptions. |
| BraintreeNotEnabledForSubscriptions | "BRAINTREE_NOT_ENABLED_FOR_SUBSCRIPTIONS" |
Braintree is not enabled for subscriptions. |
| ExactlyOneRemoteReferenceRequired | "EXACTLY_ONE_REMOTE_REFERENCE_REQUIRED" |
Exactly one remote reference is required. |
| Invalid | "INVALID" |
The input value is invalid. |
| Present | "PRESENT" |
The input value needs to be blank. |
| Taken | "TAKEN" |
The input value is already taken. |