Skip to main content

AsyncIssuanceErrorResponse

Represents an error returned by the create async issuance request.

type AsyncIssuanceErrorResponse {
errors: [String]!
}

Fields

AsyncIssuanceErrorResponse.errors ● [String]! non-null scalar

A collection of errors with each entry corresponding to each item of the async issuance request input.

Items of note:

  • The return order of the errors matches the order of the input requests.
  • Where there is a mix of valid and invalid requests, a null is used to represent a potentially successful request.

Implemented By

AsyncIssuanceRequestResponse union