Error enum

Contains the errors that can occur during verification session by Veriff.

Inheritance

Constructors

Error()
const

Values

cameraUnavailable → const Error

User did not give permission for the camera.

microphoneUnavailable → const Error

User did not give permission for the microphone.

networkError → const Error

Network error occurred.

sessionError → const Error

A local error happened before submitting the session.

deprecatedSDKVersion → const Error

Version of Veriff SDK used in plugin has been deprecated. Please update to the latest version.

unknown → const Error

Uknown error occurred.

nfcError → const Error

Error with NFC

setupError → const Error

Error with setup

none → const Error

No error.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

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