Skip to main content
interface

Represents an error in the input of a mutation.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

Represents an error that happens during execution of a cart mutation.

•CartErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.

•OBJECT

Represents an error that happens during execution of a customer mutation.

•CustomerErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.

•OBJECT

An error that occurs during the execution of cart metafield deletion.

•MetafieldDeleteErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.

•OBJECT

An error that occurs during the execution of MetafieldsSet.

•MetafieldsSetUserErrorCode

The error code.

•Int

The index of the array element that's causing the error.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.

•OBJECT

Represents an error in the input of a mutation.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.

•OBJECT

Error codes for failed Shop Pay payment request session mutations.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?