ExportError
No description
type ExportError {
  field: String
  message: String
  code: ExportErrorCode!
}
Fields
ExportError.field ● String scalar miscellaneous
Name of a field that caused the error. A value of
nullindicates that the error isn't associated with a particular field.
ExportError.message ● String scalar miscellaneous
The error message.
ExportError.code ● ExportErrorCode! non-null enum miscellaneous
The error code.
Member Of
ExportGiftCards object ● ExportProducts object ● ExportVoucherCodes object