# CheckoutAndAccountsConfigurationUserError - admin - OBJECT Version: unstable ## Description An error that occurs during the execution of a mutation for managing checkout and accounts configurations. ### Access Scopes `read_checkout_settings` access scope. Also: User must have `manage_checkout_settings` permission and shop must have access to the checkout and accounts editor as well as the contextualized checkouts and customer accounts feature. ## Fields * [code](/docs/api/admin/unstable/enums/CheckoutAndAccountsConfigurationUserErrorCode): CheckoutAndAccountsConfigurationUserErrorCode - 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. * [validationErrors](/docs/api/admin/unstable/scalars/String): String - Validation error information. ## Connections ## Related queries ## Related mutations * [checkoutAndAccountsConfigurationUpdate](/docs/api/admin/unstable/mutations/checkoutAndAccountsConfigurationUpdate) Updates a checkout and accounts configuration. ## Related Unions ## Examples