# CatalogUserError - admin-graphql - OBJECT Version: 2024-10 ## Description Defines errors encountered while managing a catalog. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/CatalogUserErrorCode): CatalogUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [catalogContextUpdate](/docs/api/admin-graphql/2024-10/mutations/catalogContextUpdate) Updates the context of a catalog. * [catalogCreate](/docs/api/admin-graphql/2024-10/mutations/catalogCreate) Creates a new catalog. * [catalogDelete](/docs/api/admin-graphql/2024-10/mutations/catalogDelete) Delete a catalog. * [catalogUpdate](/docs/api/admin-graphql/2024-10/mutations/catalogUpdate) Updates an existing catalog. ## Related Unions ## Examples