Skip to main content

VoucherCodeBulkDeleteError Object

No description

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

Fields

path ● String

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

message ● String

The error message.

code ● VoucherCodeBulkDeleteErrorCode!

The error code.

voucherCodes ● [ID!]

List of voucher codes which causes the error.

Member Of

VoucherCodeBulkDelete object