RequestErrorResponse
Represents an error returned by the request API (issuance or presentation requests)
type RequestErrorResponse {
date: DateTime!
error: RequestErrorWithInner!
mscv: String!
requestId: ID!
}
Fields
RequestErrorResponse.date
● DateTime!
non-null scalar
The time of the error.
RequestErrorResponse.error
● RequestErrorWithInner!
non-null object
The outer error object
RequestErrorResponse.mscv
● String!
non-null scalar
Internal Microsoft code.
RequestErrorResponse.requestId
● ID!
non-null scalar
An autogenerated request ID.
Implemented By
IssuanceRequestResponse
union ● PresentationRequestResponse
union