CafErrorType enum

Enumerates possible error types emitted by Caf SDK.

Inheritance
Available extensions

Values

cameraPermission → const CafErrorType
const CafErrorType('CAMERA_PERMISSION')
unsupportedDevice → const CafErrorType
const CafErrorType('UNSUPPORTED_DEVICE')
networkException → const CafErrorType
const CafErrorType('NETWORK_EXCEPTION')
serverException → const CafErrorType
const CafErrorType('SERVER_EXCEPTION')
tokenException → const CafErrorType
const CafErrorType('TOKEN_EXCEPTION')
captureAlreadyActiveException → const CafErrorType
const CafErrorType('CAPTURE_ALREADY_ACTIVE_EXCEPTION')
unexpectedErrorException → const CafErrorType
const CafErrorType('UNEXPECTED_ERROR_EXCEPTION')
userTimeoutException → const CafErrorType
const CafErrorType('USER_TIMEOUT_EXCEPTION')
imageNotFoundException → const CafErrorType
const CafErrorType('IMAGE_NOT_FOUND_EXCEPTION')
tooManyRequestsException → const CafErrorType
const CafErrorType('TOO_MANY_REQUESTS_EXCEPTION')
unknownException → const CafErrorType
const CafErrorType('UNKNOWN_EXCEPTION')
libraryException → const CafErrorType
const CafErrorType('LIBRARY_EXCEPTION')
permissionException → const CafErrorType
const CafErrorType('PERMISSION_EXCEPTION')
invalidException → const CafErrorType
const CafErrorType('INVALID_EXCEPTION')
sequenceInvalid → const CafErrorType
const CafErrorType('SEQUENCE_INVALID')
livenessException → const CafErrorType
const CafErrorType('LIVENESS_EXCEPTION')
fingerprintException → const CafErrorType
const CafErrorType('FINGERPRINT_EXCEPTION')
storageException → const CafErrorType
const CafErrorType('STORAGE_EXCEPTION')
proxyException → const CafErrorType
const CafErrorType('PROXY_EXCEPTION')
securityException → const CafErrorType
const CafErrorType('SECURITY_EXCEPTION')

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 String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromString(String value) CafErrorType

Constants

values → const List<CafErrorType>
A constant List of the values in this enum, in order of their declaration.