---
title: UserErrorsCustomerUserErrors - Customer API
description: Provides error codes for failed personal information mutations.
api_version: 2026-01
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.

  * input

    [Customer​Update​Input!](https://shopify.dev/docs/api/customer/latest/input-objects/CustomerUpdateInput)

    required

    ### Arguments

    Specifies the input fields for the customer update.

  ***

***

## 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)
