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