Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerEmailMarketingConsentUpdateUserErrorCode
Possible error codes that can be returned by CustomerEmailMarketingConsentUpdateUserError.
Signature:
export declare enum CustomerEmailMarketingConsentUpdateUserErrorCode
| Member | Value | Description |
|---|---|---|
| Inclusion | "INCLUSION" |
The input value isn’t included in the list. |
| InternalError | "INTERNAL_ERROR" |
Unexpected internal error happened. |
| Invalid | "INVALID" |
The input value is invalid. |
| MissingArgument | "MISSING_ARGUMENT" |
Missing a required argument. |