Skip to main content
Version: 3.x

VoucherCodeBulkDeleteError

No description

type VoucherCodeBulkDeleteError {
path: String
message: String
code: VoucherCodeBulkDeleteErrorCode!
voucherCodes: [ID!]
}

Fields

VoucherCodeBulkDeleteError.path ● String scalar

Path to field that caused the error. A value of null indicates that the error isn't associated with a particular field.

VoucherCodeBulkDeleteError.message ● String scalar

The error message.

VoucherCodeBulkDeleteError.code ● VoucherCodeBulkDeleteErrorCode! non-null enum

The error code.

VoucherCodeBulkDeleteError.voucherCodes ● [ID!] list scalar

List of voucher codes which causes the error.

Member of

VoucherCodeBulkDelete object


Was this page helpful?