Home > @infiniteobjects/shopify-data-manager > AdminTypes > MetafieldDefinitionUnpinUserErrorCode
Possible error codes that can be returned by MetafieldDefinitionUnpinUserError.
Signature:
export declare enum MetafieldDefinitionUnpinUserErrorCode
| Member | Value | Description |
|---|---|---|
| DisallowedOwnerType | "DISALLOWED_OWNER_TYPE" |
Owner type can’t be used in this mutation. |
| InternalError | "INTERNAL_ERROR" |
An internal error occurred. |
| NotFound | "NOT_FOUND" |
The metafield definition was not found. |
| NotPinned | "NOT_PINNED" |
The metafield definition isn’t pinned. |