Skip to main content

JobStatusCode

Status codes returned by remote scrape job operations.

Package: com.microblink.digital

Declaration

enum class JobStatusCode(val code: Int)

Quick Reference

Properties

PropertyDescription
codeInteger code value associated with this status

Entries

EntryDescription
NONENo status / default
NO_PROVIDERNo email provider configured
INVALID_PROVIDERProvider value is not recognized
NO_CREDENTIALSNo credentials were supplied
CANT_OBTAIN_TOKENOAuth token could not be retrieved
INVALID_CREDENTIALSCredentials were rejected by the provider
EXPIRED_TOKENOAuth token has expired
NO_CLIENT_CONFIGURATIONMissing MSAL or OAuth client configuration
BAD_INPUTInvalid input parameters
TIMEOUTJob timed out
IMAP_NO_BOXESNo IMAP mailboxes found for the account
INVALID_RECEIPT_IDSProvided receipt IDs are invalid
CLIENT_ENDPOINT_ERRORSErrors from the configured client endpoint
JOB_IN_PROGRESSA job is already running for this account
IMAP_FAILED_CONNECTIONCould not connect to the IMAP server
UNKNOWNUnclassified error

Properties

code

val code: Int

Integer code value associated with this status.