DocumentUploadError
Returned when nothing was accepted for a business reason rather than a transport or permission failure.
type DocumentUploadError {
code: DocumentUploadErrorCode!
message: String!
field: String
}
Fields
DocumentUploadError.code ● DocumentUploadErrorCode! non-null enum
The machine-readable reason nothing was accepted.
DocumentUploadError.message ● String! non-null scalar
A human-readable explanation, safe to show a merchant.
DocumentUploadError.field ● String scalar
The input field the problem belongs to, when it belongs to exactly one.