ShopError
No description
type ShopError {
field: String
message: String
code: ShopErrorCode!
}
Fields
ShopError.field
● String
scalar miscellaneous
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 miscellaneous
The error message.
ShopError.code
● ShopErrorCode!
non-null enum miscellaneous
The error code.
Member Of
ShopAddressUpdate
object ● ShopDomainUpdate
object ● ShopFetchTaxRates
object ● ShopSettingsUpdate
object ● StaffNotificationRecipientCreate
object ● StaffNotificationRecipientDelete
object ● StaffNotificationRecipientUpdate
object