RGLDocumentReaderErrorCode

This page covers the description of the RGLDocumentReaderErrorCode enumeration

RGLDocumentReaderErrorCode enumeration contains a set of identifiers determining errors and their codes:

typedef NS_ERROR_ENUM(RGLDocumentReaderDomain, RGLDocumentReaderErrorCode) {
    RGLDocumentReaderErrorCodeInitializationCoreAbsent = 0,
    RGLDocumentReaderErrorCodeInitializationFailed = 1,
    RGLDocumentReaderErrorCodeIncorrectScenario = 2,
    RGLDocumentReaderErrorCodeNoResult = 3,
    RGLDocumentReaderErrorCodeRemoveDatabase = 4,
    RGLDocumentReaderErrorCodeFetchingDatabase = 5,
    RGLDocumentReaderErrorCodeDbIdNotFound = 6,
    RGLDocumentReaderErrorCodeDbDescriptionNotFound = 7,
    RGLDocumentReaderErrorCodeSaveDb = 8,
    RGLDocumentReaderErrorCodeDownloadDbIncorrectChecksum = 9,
    RGLDocumentReaderErrorCodeDownloadDb = 10,
    RGLDocumentReaderErrorCodeCreationDb = 11,
    RGLDocumentReaderErrorCodeRfidError = 12,
    RGLDocumentReaderErrorCodeLicenseAbsentOrCorrupted = 13,
    RGLDocumentReaderErrorCodeLicenseInvalidDate = 14,
    RGLDocumentReaderErrorCodeLicenseInvalidVersion = 15,
    RGLDocumentReaderErrorCodeLicenseInvalidDeviceID = 16,
    RGLDocumentReaderErrorCodeLicenseInvalidSystemOrAppID = 17,
    RGLDocumentReaderErrorCodeLicenseNoCapabilities = 18,
    RGLDocumentReaderErrorCodeLicenseNoAuthenticity = 19,
    RGLDocumentReaderErrorCodeRecordProcessInvalidOutputURL = 20
};

Constant

Description

RGLDocumentReaderErrorCodeInitializationCoreAbsent

A Core framework is absent

RGLDocumentReaderErrorCodeInitializationFailed

An unknown initialization error

RGLDocumentReaderErrorCodeIncorrectScenario

This scenario is not supported based on your license and Core framework capabilities

RGLDocumentReaderErrorCodeNoResult

There are no results after recognition of camera frames

RGLDocumentReaderErrorCodeRemoveDatabase

An error is encountered during database removal

RGLDocumentReaderErrorCodeFetchingDatabase

An error is encountered during database download

RGLDocumentReaderErrorCodeDbIdNotFound

An incorrect database ID

RGLDocumentReaderErrorCodeDbDescriptionNotFound

An incorrect database ID

RGLDocumentReaderErrorCodeSaveDb

An error is encountered during database save on your device

RGLDocumentReaderErrorCodeDownloadDbIncorrectChecksum

A database is corrupted

RGLDocumentReaderErrorCodeDownloadDb

A database is corrupted

RGLDocumentReaderErrorCodeCreationDb

Deprecated

RGLDocumentReaderErrorCodeRfidError

An RFID error

RGLDocumentReaderErrorCodeLicenseAbsentOrCorrupted

A license is absent or corrupted

RGLDocumentReaderErrorCodeLicenseInvalidDate

An invalid date, i.e. the license may be expired, or the date and time of set on the device doesn't correspond to reality

RGLDocumentReaderErrorCodeLicenseInvalidVersion

An invalid version

RGLDocumentReaderErrorCodeLicenseInvalidDeviceID

An invalid device ID

RGLDocumentReaderErrorCodeLicenseInvalidSystemOrAppID

An invalid OS or application ID

RGLDocumentReaderErrorCodeLicenseNoCapabilities

There are no capabilities for this functionality in your license

RGLDocumentReaderErrorCodeLicenseNoAuthenticity

There are no authenticity capabilities in your license

RGLDocumentReaderErrorCodeRecordProcessInvalidOutputURL

An invalid URL of the video during its generating

Last updated

Was this helpful?