Home > @infiniteobjects/shopify-data-manager > AdminTypes > StandardMetafieldDefinitionEnableUserErrorCode
Possible error codes that can be returned by StandardMetafieldDefinitionEnableUserError.
Signature:
export declare enum StandardMetafieldDefinitionEnableUserErrorCode
| Member | Value | Description |
|---|---|---|
| Invalid | "INVALID" |
The input value is invalid. |
| LimitExceeded | "LIMIT_EXCEEDED" |
The maximum number of definitions per owner type has been exceeded. |
| Taken | "TAKEN" |
The input value is already taken. |
| TemplateNotFound | "TEMPLATE_NOT_FOUND" |
The standard metafield definition template was not found. |
| TypeNotAllowedForConditions | "TYPE_NOT_ALLOWED_FOR_CONDITIONS" |
The definition type is not eligible to be used as collection condition. |
| UnstructuredAlreadyExists | "UNSTRUCTURED_ALREADY_EXISTS" |
The namespace and key is already in use for a set of your metafields. |