Skip to main content

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection

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

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

Fields

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection.message ● String! non-null scalar

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection.supportingDocumentCollectionStatus ● SupportingDocumentCollectionStatus! non-null enum

SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection.supportingDocumentCollection ● SupportingDocumentCollection! non-null object

Interfaces

Rejection interface

Implemented By

DeleteSupportingDocumentPayload union