Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldDefinitionDeleteUserErrorCode
Possible error codes that can be returned by MetafieldDefinitionDeleteUserError
.
Signature:
export declare enum MetafieldDefinitionDeleteUserErrorCode
Member | Value | Description |
---|---|---|
DisallowedOwnerType | "DISALLOWED_OWNER_TYPE" |
Owner type can’t be used in this mutation. |
InternalError | "INTERNAL_ERROR" |
An internal error occurred. |
MetafieldDefinitionInUse | "METAFIELD_DEFINITION_IN_USE" |
Action cannot proceed. Definition is currently in use. |
NotFound | "NOT_FOUND" |
Definition not found. |
Present | "PRESENT" |
The input value needs to be blank. |
ReferenceTypeDeletionError | "REFERENCE_TYPE_DELETION_ERROR" |
Deleting a reference type metafield definition requires deletion of its associated metafields. |