Skip to main content

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection

Rejection returned if supporting document cannot be updated because its supporting document collection status is not WaitingForDocument

type SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection implements Rejection {
message: String!
supportingDocumentCollectionStatus: SupportingDocumentCollectionStatus!
supportingDocumentCollection: SupportingDocumentCollection!
}

Fields

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection.message ● String! non-null scalar

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection.supportingDocumentCollectionStatus ● SupportingDocumentCollectionStatus! non-null enum

SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection.supportingDocumentCollection ● SupportingDocumentCollection! non-null object

Interfaces

Rejection interface

Implemented By

UpdateSupportingDocumentPayload union