RGLDocumentReaderErrorCode
Objective-C
enum RGLDocumentReaderErrorCode : NSInteger {}
Swift
typealias RGLDocumentReaderError.Code._ErrorType = RGLDocumentReaderError
Enum contains all possible error codes
-
A Core framework is absent.
Declaration
Objective-C
RGLDocumentReaderErrorCodeInitializationCoreAbsent = 0
Swift
case initializationCoreAbsent = 0
-
The reader is not initialized or an unknown initialization error occured.
Declaration
Objective-C
RGLDocumentReaderErrorCodeInitializationFailed = 1
Swift
case initializationFailed = 1
-
This scenario is not supported based on your license and Core framework capabilities.
Declaration
Objective-C
RGLDocumentReaderErrorCodeIncorrectScenario = 2
Swift
case incorrectScenario = 2
-
There are no results after recognition of camera frames.
Declaration
Objective-C
RGLDocumentReaderErrorCodeNoResult = 3
Swift
case noResult = 3
-
An error is encountered during database removal.
Declaration
Objective-C
RGLDocumentReaderErrorCodeRemoveDatabase = 4
Swift
case removeDatabase = 4
-
An error is encountered during database download.
Declaration
Objective-C
RGLDocumentReaderErrorCodeFetchingDatabase = 5
Swift
case fetchingDatabase = 5
-
An incorrect database ID.
Declaration
Objective-C
RGLDocumentReaderErrorCodeDbIdNotFound = 6
Swift
case dbIdNotFound = 6
-
An incorrect database ID.
Declaration
Objective-C
RGLDocumentReaderErrorCodeDbDescriptionNotFound = 7
Swift
case dbDescriptionNotFound = 7
-
An error is encountered during database save on your device.
Declaration
Objective-C
RGLDocumentReaderErrorCodeSaveDb = 8
Swift
case saveDb = 8
-
A database is corrupted.
Declaration
Objective-C
RGLDocumentReaderErrorCodeDownloadDbIncorrectChecksum = 9
Swift
case downloadDbIncorrectChecksum = 9
-
A database is corrupted.
Declaration
Objective-C
RGLDocumentReaderErrorCodeDownloadDb = 10
Swift
case downloadDb = 10
-
Deprecated.
Declaration
Objective-C
RGLDocumentReaderErrorCodeCreationDb = 11
Swift
case creationDb = 11
-
An RFID error.
Declaration
Objective-C
RGLDocumentReaderErrorCodeRfidError = 12
Swift
case rfidError = 12
-
A license is absent or corrupted.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseAbsentOrCorrupted = 13
Swift
case licenseAbsentOrCorrupted = 13
-
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.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseInvalidDate = 14
Swift
case licenseInvalidDate = 14
-
An invalid version.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseInvalidVersion = 15
Swift
case licenseInvalidVersion = 15
-
An invalid device ID.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseInvalidDeviceID = 16
Swift
case licenseInvalidDeviceID = 16
-
An invalid OS or application ID.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseInvalidSystemOrAppID = 17
Swift
case licenseInvalidSystemOrAppID = 17
-
There are no capabilities for this functionality in your license.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseNoCapabilities = 18
Swift
case licenseNoCapabilities = 18
-
There are no authenticity capabilities in your license.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseNoAuthenticity = 19
Swift
case licenseNoAuthenticity = 19
-
An invalid URL of the video during its generating.
Declaration
Objective-C
RGLDocumentReaderErrorCodeRecordProcessInvalidOutputURL = 20
Swift
case recordProcessInvalidOutputURL = 20
-
Something went wrong with online license processing.
Declaration
Objective-C
RGLDocumentReaderErrorCodeLicenseOnlineError = 21
Swift
case licenseOnlineError = 21
-
db.dat is absent.
Declaration
Objective-C
RGLDocumentReaderErrorCodeNoNoDatabase = 22
Swift
case noNoDatabase = 22
-
db.dat is incorrect.
Declaration
Objective-C
RGLDocumentReaderErrorCodeDatabaseIncorrect = 23
Swift
case databaseIncorrect = 23
-
Failed to set TCC params.
Declaration
Objective-C
RGLDocumentReaderErrorCodeSetTCCParamsFailed = 24
Swift
case setTCCParamsFailed = 24
-
The operation failed due to RFID reading has already started.
Declaration
Objective-C
RGLDocumentReaderErrorCodeRFIDInProgress = 25
Swift
case rfidInProgress = 25
-
The operation failed due to RFID reading has already started.
Declaration
Objective-C
RGLDocumentReaderErrorCodeStartBackendProcessingFailed = 26
Swift
case startBackendProcessingFailed = 26
-
The operation failed due to RFID reading has already started.
Declaration
Objective-C
RGLDocumentReaderErrorCodeAddDataToPackageFailed = 27
Swift
case addDataToPackageFailed = 27
-
The operation failed due to RFID reading has already started.
Declaration
Objective-C
RGLDocumentReaderErrorCodeFinalizePackageFailed = 28
Swift
case finalizePackageFailed = 28
-
The application doesn’t have permission to use the camera.
Declaration
Objective-C
RGLDocumentReaderErrorCodeCameraNoPermission = 29
Swift
case cameraNoPermission = 29
-
The application doesn’t have permission to use the camera.
Declaration
Objective-C
RGLDocumentReaderErrorCodeCameraNotAvailable = 30
Swift
case cameraNotAvailable = 30