Skip to main content

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! non-null scalar

The error message.

ShopError.code ● ShopErrorCode! non-null enum

The error code.

Member Of

CheckoutThemeCreate object ● CheckoutThemeUpdate object ● ContentCreate object ● ContentDelete object ● ContentDiscard object ● ContentDuplicate object ● ContentPageDataCreate object ● ContentPageDataUpdate object ● ContentPublish object ● ContentSave object ● CustomDomainCreate object ● CustomDomainDelete object ● MediaBulkDelete object ● MediaCreate object ● MediaUpdate object ● SellerOnboardingSettingsCreate object ● SellerOnboardingSettingsUpdate object ● ShopFetchTaxRates object ● StorefrontThemeCreate object ● StorefrontThemeUpdate object

Was this page helpful?