ErrorCodes enum
Enum contains all possible error codes
Values
- UNKNOWN → const ErrorCodes
-
Will be returned if getByValue if a non-existent was passed.
const ErrorCodes(-1) - INITIALIZATION_CORE_ABSENT → const ErrorCodes
-
A Core framework is absent.
const ErrorCodes(0) - INITIALIZATION_FAILED → const ErrorCodes
-
The reader is not initialized or an unknown initialization error occured.
const ErrorCodes(1) - INCORRECT_SCENARIO → const ErrorCodes
-
This scenario is not supported based on your license and Core framework capabilities.
const ErrorCodes(2) - NO_RESULT → const ErrorCodes
-
There are no results after recognition of camera frames.
const ErrorCodes(3) - REMOVE_DATABASE → const ErrorCodes
-
An error is encountered during database removal.
const ErrorCodes(4) - FETCHING_DATABASE → const ErrorCodes
-
An error is encountered during database download.
const ErrorCodes(5) - DB_ID_NOT_FOUND → const ErrorCodes
-
An incorrect database ID.
const ErrorCodes(6) - DB_DESCRIPTION_NOT_FOUND → const ErrorCodes
-
An incorrect database ID.
const ErrorCodes(7) - SAVE_DB → const ErrorCodes
-
An error is encountered during database save on your device.
const ErrorCodes(8) - DOWNLOAD_DB_INCORRECT_CHECKSUM → const ErrorCodes
-
A database is corrupted.
const ErrorCodes(9) - DB_DOWNLOAD → const ErrorCodes
-
A database is corrupted.
const ErrorCodes(10) - DB_CREATION → const ErrorCodes
-
Deprecated.
const ErrorCodes(11) - RFID_ERROR → const ErrorCodes
-
An RFID error.
const ErrorCodes(12) - LICENSE_ABSENT_OR_CORRUPTED → const ErrorCodes
-
A license is absent or corrupted.
const ErrorCodes(13) - LICENSE_INVALID_DATE → const ErrorCodes
-
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.
const ErrorCodes(14) - LICENSE_INVALID_VERSION → const ErrorCodes
-
An invalid version.
const ErrorCodes(15) - LICENSE_INVALID_DEVICE_ID → const ErrorCodes
-
An invalid device ID.
const ErrorCodes(16) - LICENSE_INVALID_SYSTEM_OR_APP_ID → const ErrorCodes
-
An invalid OS or application ID.
const ErrorCodes(17) - LICENSE_NO_CAPABILITIES → const ErrorCodes
-
There are no capabilities for this functionality in your license.
const ErrorCodes(18) - LICENSE_NO_AUTHENTICITY → const ErrorCodes
-
There are no authenticity capabilities in your license.
const ErrorCodes(19) - RECORD_PROCESS_INVALID_OUTPUT_URL → const ErrorCodes
-
An invalid URL of the video during its generating.
const ErrorCodes(20) - LICENSE_ONLINE_ERROR → const ErrorCodes
-
Something went wrong with online license processing.
const ErrorCodes(21) - LICENSE_NO_DATABASE → const ErrorCodes
-
db.dat is absent.
const ErrorCodes(22) - LICENSE_DATABASE_INCORRECT → const ErrorCodes
-
db.dat is incorrect.
const ErrorCodes(23) - INVALID_TCC_PARAMS → const ErrorCodes
-
Failed to set TCC params.
const ErrorCodes(24) - RFID_IN_PROGRESS → const ErrorCodes
-
The operation failed due to RFID reading has already started.
const ErrorCodes(25) - START_BACKEND_PROCESSING → const ErrorCodes
-
const ErrorCodes(26) - ADD_DATA_TO_PACKAGE → const ErrorCodes
-
const ErrorCodes(27) - FINALIZE_FAILED → const ErrorCodes
-
const ErrorCodes(28) - CAMERA_NO_PERMISSION → const ErrorCodes
-
const ErrorCodes(29) - CAMERA_NOT_AVAILABLE → const ErrorCodes
-
const ErrorCodes(30) - CANNOT_USE_CAMERA_IN_SCENARIO → const ErrorCodes
-
The camera not supported in this scenario.
const ErrorCodes(40) - BACKEND_ONLINE_PROCESSING → const ErrorCodes
-
const ErrorCodes(303) - WRONG_INPUT → const ErrorCodes
-
const ErrorCodes(400) - RESULT_UNAVAILABLE → const ErrorCodes
-
Missing output result.
const ErrorCodes(410) - RESULT_WRONG_OUTPUT → const ErrorCodes
-
Incorrect result output.
const ErrorCodes(411) - STATE_EXCEPTION → const ErrorCodes
-
const ErrorCodes(500) - BLE_EXCEPTION → const ErrorCodes
-
const ErrorCodes(600) - FEATURE_BLUETOOTH_LE_NOT_SUPPORTED → const ErrorCodes
-
const ErrorCodes(601) - APP_BACKGROUND → const ErrorCodes
-
const ErrorCodes(700) - ONLINE_PROCESSING_WRONG_INPUT → const ErrorCodes
-
const ErrorCodes(800) - NATIVE_JAVA_EXCEPTION → const ErrorCodes
-
const ErrorCodes(1000)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getByValue(
int? i) → ErrorCodes?
Constants
-
values
→ const List<
ErrorCodes> - A constant List of the values in this enum, in order of their declaration.