FinalizeDocumentResult
The outcome of finalizeDocument: either the file record now that it is available, or the business reason it is not.
union FinalizeDocumentResult = DocumentFinalized | DocumentFinalizeError
Possible types
FinalizeDocumentResult.DocumentFinalized object
Returned when the file was found where it was expected, matched what was declared, and the record is now AVAILABLE.
FinalizeDocumentResult.DocumentFinalizeError object
Returned when the record was not made available, for a business reason rather than a transport or permission failure.
Returned By
finalizeDocument mutation