RGLDocumentReaderErrorCode
The RGLDocumentReaderErrorCode
enumeration contains a set of identifiers that determine 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 | Core framework is absent |
RGLDocumentReaderErrorCodeInitializationFailed | unknown initialization error |
RGLDocumentReaderErrorCodeIncorrectScenario | scenario is not supported based on your license and Core framework capabilities |
RGLDocumentReaderErrorCodeNoResult | no results after recognition of camera frames |
RGLDocumentReaderErrorCodeRemoveDatabase | error is encountered during the database removal |
RGLDocumentReaderErrorCodeFetchingDatabase | error is encountered during the database download |
RGLDocumentReaderErrorCodeDbIdNotFound | incorrect database ID |
RGLDocumentReaderErrorCodeDbDescriptionNotFound | incorrect database ID |
RGLDocumentReaderErrorCodeSaveDb | error is encountered during the database saving to your device |
RGLDocumentReaderErrorCodeDownloadDbIncorrectChecksum | database is corrupted |
RGLDocumentReaderErrorCodeDownloadDb | database is corrupted |
RGLDocumentReaderErrorCodeCreationDb | deprecated |
RGLDocumentReaderErrorCodeRfidError | RFID error |
RGLDocumentReaderErrorCodeLicenseAbsentOrCorrupted | license is absent or corrupted |
RGLDocumentReaderErrorCodeLicenseInvalidDate | invalid date, that means the license may be expired or the date and time of a set on the device doesn't correspond to reality |
RGLDocumentReaderErrorCodeLicenseInvalidVersion | invalid version |
RGLDocumentReaderErrorCodeLicenseInvalidDeviceID | invalid device ID |
RGLDocumentReaderErrorCodeLicenseInvalidSystemOrAppID | invalid OS or application ID |
RGLDocumentReaderErrorCodeLicenseNoCapabilities | no capabilities for this functionality in your license |
RGLDocumentReaderErrorCodeLicenseNoAuthenticity | no authenticity capabilities in your license |
RGLDocumentReaderErrorCodeRecordProcessInvalidOutputURL | invalid URL of the video during its generating |