DocumentUploadErrorCode
The business reasons a file can be refused before it is sent.
enum DocumentUploadErrorCode {
INVALID_FILE_TYPE
FILE_TOO_LARGE
CONTRACT_NOT_FOUND
}
Values
DocumentUploadErrorCode.INVALID_FILE_TYPE
The kind of file offered is not one this platform keeps.
DocumentUploadErrorCode.FILE_TOO_LARGE
The file is larger than the platform accepts.
DocumentUploadErrorCode.CONTRACT_NOT_FOUND
No agreement of this merchant has the supplied id.
Member Of
DocumentUploadError object