Skip to main content

SupportingDocumentInvalidStatusRejection

Rejection returned when the supporting document status does not allow the requested operation

type SupportingDocumentInvalidStatusRejection implements Rejection {
message: String!
currentStatus: SupportingDocumentStatus!
}

Fields

SupportingDocumentInvalidStatusRejection.message ● String! non-null scalar

SupportingDocumentInvalidStatusRejection.currentStatus ● SupportingDocumentStatus! non-null enum

Current status of the supporting document

Interfaces

Rejection interface