JobStatusCode
Status codes returned by remote scrape job operations.
Package: com.microblink.digital
Declaration
enum class JobStatusCode(val code: Int)
Quick Reference
Properties
| Property | Description |
|---|---|
code | Integer code value associated with this status |
Entries
| Entry | Description |
|---|---|
NONE | No status / default |
NO_PROVIDER | No email provider configured |
INVALID_PROVIDER | Provider value is not recognized |
NO_CREDENTIALS | No credentials were supplied |
CANT_OBTAIN_TOKEN | OAuth token could not be retrieved |
INVALID_CREDENTIALS | Credentials were rejected by the provider |
EXPIRED_TOKEN | OAuth token has expired |
NO_CLIENT_CONFIGURATION | Missing MSAL or OAuth client configuration |
BAD_INPUT | Invalid input parameters |
TIMEOUT | Job timed out |
IMAP_NO_BOXES | No IMAP mailboxes found for the account |
INVALID_RECEIPT_IDS | Provided receipt IDs are invalid |
CLIENT_ENDPOINT_ERRORS | Errors from the configured client endpoint |
JOB_IN_PROGRESS | A job is already running for this account |
IMAP_FAILED_CONNECTION | Could not connect to the IMAP server |
UNKNOWN | Unclassified error |
Properties
code
val code: Int
Integer code value associated with this status.