--- title: UserErrorsCustomerUserErrors - Customer API description: Provides error codes for failed personal information mutations. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/usererrorscustomerusererrors md: https://shopify.dev/docs/api/customer/latest/objects/usererrorscustomerusererrors.md --- # User​Errors​Customer​User​Errors object Provides error codes for failed personal information mutations. ## Fields * code [User​Errors​Customer​User​Errors​Code](https://shopify.dev/docs/api/customer/latest/enums/UserErrorsCustomerUserErrorsCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/customer/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [customer​Update](https://shopify.dev/docs/api/customer/latest/mutations/customerUpdate) mutation Updates the customer's personal information. *** ## <\~> UserErrorsCustomerUserErrors Mutations ### Mutated by * <\~>[customer​Update](https://shopify.dev/docs/api/customer/latest/mutations/customerUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/customer/latest/interfaces/DisplayableError) interface *** ## ||-UserErrorsCustomerUserErrors Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/customer/latest/interfaces/DisplayableError)