--- title: TranslationUserError - GraphQL Admin description: Represents an error that happens during the execution of a translation mutation. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/translationusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/translationusererror.md --- # Translation​User​Error object Requires `read_translations` access scope. Represents an error that happens during the execution of a translation mutation. ## Fields * code [Translation​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/TranslationErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [market​Localizations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRegister) mutation Creates or updates market localizations. * [market​Localizations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRemove) mutation Deletes market localizations. * [translations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRegister) mutation Creates or updates translations. * [translations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRemove) mutation Deletes translations. *** ## <\~> TranslationUserError Mutations ### Mutated by * <\~>[market​Localizations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRegister) * <\~>[market​Localizations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/marketLocalizationsRemove) * <\~>[translations​Register](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRegister) * <\~>[translations​Remove](https://shopify.dev/docs/api/admin-graphql/latest/mutations/translationsRemove) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-TranslationUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)