--- title: StandardMetafieldDefinitionsEnableUserError - GraphQL Admin description: >- An error that occurs during the execution of `StandardMetafieldDefinitionsEnable`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/StandardMetafieldDefinitionsEnableUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/StandardMetafieldDefinitionsEnableUserError.md --- # Standard​Metafield​Definitions​Enable​User​Error object An error that occurs during the execution of `StandardMetafieldDefinitionsEnable`. ## Fields * code [Standard​Metafield​Definitions​Enable​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/StandardMetafieldDefinitionsEnableUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [standard​Metafield​Definitions​Enable](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/standardMetafieldDefinitionsEnable) mutation Enables multiple specified standard metafield definitions from their templates as a single transaction. This API is idempotent so any previously-enabled standard definitions will not cause a failure. However, invalid inputs or other user errors will prevent all of the requested definitions from being enabled. Refer to the [list of standard metafield definition templates](https://shopify.dev/apps/metafields/definitions/standard-definitions). *** ## <\~> StandardMetafieldDefinitionsEnableUserError Mutations ### Mutated by * <\~>[standard​Metafield​Definitions​Enable](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/standardMetafieldDefinitionsEnable) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-StandardMetafieldDefinitionsEnableUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)