Skip to main content

DocumentErrorCode

An enumeration of possible error codes for document operations.

enum DocumentErrorCode {
REQUIRED
NOT_READY
URL_NOT_SET
EMAIL_NOT_SET
NUMBER_NOT_SET
INVALID_STATUS
NOT_FOUND
INVALID
GRAPHQL_ERROR
UNSUPPORTED_FILE_TYPE
FILE_TOO_LARGE
}

Values

DocumentErrorCode.REQUIRED

DocumentErrorCode.NOT_READY

DocumentErrorCode.URL_NOT_SET

DocumentErrorCode.EMAIL_NOT_SET

DocumentErrorCode.NUMBER_NOT_SET

DocumentErrorCode.INVALID_STATUS

DocumentErrorCode.NOT_FOUND

DocumentErrorCode.INVALID

DocumentErrorCode.GRAPHQL_ERROR

DocumentErrorCode.UNSUPPORTED_FILE_TYPE

DocumentErrorCode.FILE_TOO_LARGE

Member Of

DocumentError object

Was this page helpful?