ExportError
Represents errors from export operations.
type ExportError {
field: String
message: String!
code: ExportErrorCode!
}
Fields
ExportError.field ● String scalar
ExportError.message ● String! non-null scalar
The error message.
ExportError.code ● ExportErrorCode! non-null enum
The error code.
Member Of
ProductsExport object