# UserErrorsCustomerAddressUserErrors - customer - OBJECT Version: 2025-01 ## Description The error codes that are provided for failed address mutations. ### Access Scopes ## Fields * [code](/docs/api/customer/2025-01/enums/UserErrorsCustomerAddressUserErrorsCode): UserErrorsCustomerAddressUserErrorsCode - The error code. * [field](/docs/api/customer/2025-01/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/customer/2025-01/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [customerAddressCreate](/docs/api/customer/2025-01/mutations/customerAddressCreate) Creates a new address for a customer. * [customerAddressDelete](/docs/api/customer/2025-01/mutations/customerAddressDelete) Deletes a specific address for a customer. * [customerAddressUpdate](/docs/api/customer/2025-01/mutations/customerAddressUpdate) Updates a specific address for a customer. ## Related Unions ## Examples