Skip to main content
Version: 3.x

ExportError

No description

type ExportError {
field: String
message: String
code: ExportErrorCode!
}

Fields

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

ExportError.message ● String scalar

The error message.

ExportError.code ● ExportErrorCode! non-null enum

The error code.

Member of

ExportGiftCards object ● ExportProducts object ● ExportVoucherCodes object


Was this page helpful?