# GateConfigurationUserError - admin - OBJECT Version: unstable ## Description Represents an error that happens during the execution of a gate configuration mutation. ### Access Scopes `read_gates` access scope. Also: You must have read access to `gates` to read gate configuration user errors. ## Fields * [code](/docs/api/admin/unstable/enums/GateConfigurationErrorCode): GateConfigurationErrorCode - The error code. * [field](/docs/api/admin/unstable/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin/unstable/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [gateConfigurationCreate](/docs/api/admin/unstable/mutations/gateConfigurationCreate) Create a new gate configuration. * [gateConfigurationDelete](/docs/api/admin/unstable/mutations/gateConfigurationDelete) Deletes a gate configuration. * [gateConfigurationUpdate](/docs/api/admin/unstable/mutations/gateConfigurationUpdate) Update a gate configuration. ## Related Unions ## Examples