Skip to main content

DiscountError

Represents errors from discount operations.

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

Fields

DiscountError.field ● String scalar

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?