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