DocumentFinalizeError
Returned when the record was not made available, for a business reason rather than a transport or permission failure.
type DocumentFinalizeError {
code: DocumentFinalizeErrorCode!
message: String!
field: String
}
Fields
DocumentFinalizeError.code ● DocumentFinalizeErrorCode! non-null enum
The machine-readable reason.
DocumentFinalizeError.message ● String! non-null scalar
A human-readable explanation, safe to show a merchant.
DocumentFinalizeError.field ● String scalar
The input field the problem belongs to, when it belongs to exactly one.
Implemented By
FinalizeDocumentResult union