--- title: CatalogUserError - GraphQL Admin description: Defines errors encountered while managing a catalog. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CatalogUserError' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CatalogUserError.txt --- # Catalog​User​Error object Defines errors encountered while managing a catalog. ## Fields * code [Catalog​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CatalogUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [catalog​Context​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogContextUpdate) mutation Updates the context of a catalog. * [catalog​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogCreate) mutation Creates a new catalog. * [catalog​Delete](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogDelete) mutation Delete a catalog. * [catalog​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogUpdate) mutation Updates an existing catalog. *** ## <\~> CatalogUserError Mutations ### Mutated by * <\~>[catalog​Context​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogContextUpdate) * <\~>[catalog​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogCreate) * <\~>[catalog​Delete](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogDelete) * <\~>[catalog​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/DisplayableError) interface *** ## ||-CatalogUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/DisplayableError)