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