Skip to main content
Version: 3.x

ShopError

No description

type ShopError {
field: String
message: String
code: ShopErrorCode!
}

Fields

ShopError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

ShopError.message ● String scalar

The error message.

ShopError.code ● ShopErrorCode! non-null enum

The error code.

Member of

ShopAddressUpdate object ● ShopDomainUpdate object ● ShopFetchTaxRates object ● ShopSettingsUpdate object ● StaffNotificationRecipientCreate object ● StaffNotificationRecipientDelete object ● StaffNotificationRecipientUpdate object


Was this page helpful?