# GateSubjectUserError - admin - OBJECT Version: unstable ## Description Represents an error that happens during the execution of a gate subject mutation. ### Access Scopes `read_gates` access scope. Also: You must have read access to `gates` to read gate subject user errors. ## Fields * [code](/docs/api/admin/unstable/enums/GateSubjectErrorCode): GateSubjectErrorCode - 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 * [gateSubjectCreate](/docs/api/admin/unstable/mutations/gateSubjectCreate) Creates a new Gate Subject. * [gateSubjectDelete](/docs/api/admin/unstable/mutations/gateSubjectDelete) Deletes a Gate Subject. * [gateSubjectUpdate](/docs/api/admin/unstable/mutations/gateSubjectUpdate) Updates a new Gate Subject. ## Related Unions ## Examples