Skip to main content

SellerError

No description

type SellerError {
field: String
message: String!
code: SellerErrorCode!
}

Fields

SellerError.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.

SellerError.message ● String! non-null scalar

The error message.

SellerError.code ● SellerErrorCode! non-null enum

The error code.

Member Of

SellerAddressCreate object ● SellerAddressDelete object ● SellerAddressSetDefault object ● SellerAddressUpdate object ● SellerApplicationUpdate object ● SellerBannerDelete object ● SellerBannerUpdate object ● SellerDataCreate object ● SellerDataUpdate object ● SellerLogoDelete object ● SellerLogoUpdate object ● SellerNoteCreate object ● SellerOwnerDelete object ● SellerSettingsUpdate object ● SellerShellCreate object ● SellerUserMappingCreate object ● SellerWithOwnerCreate object

Was this page helpful?