Skip to main content

DiscountError

No description

type DiscountError {
field: String
message: String!
code: DiscountErrorCode!
}

Fields

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

DiscountError.message ● String! non-null scalar

The error message.

DiscountError.code ● DiscountErrorCode! non-null enum

The error code.

Member Of

SaleAddCatalogues object ● SaleBulkDelete object ● SaleCreate object ● SaleDelete object ● SaleRemoveCatalogues object ● SaleUpdate object ● VoucherAddCatalogues object ● VoucherBulkDelete object ● VoucherCreate object ● VoucherDelete object ● VoucherRemoveCatalogues object ● VoucherUpdate object

Was this page helpful?