IdcheckioSubCause enum

Inheritance
Available extensions

Values

MISSING_PERMISSIONS → const IdcheckioSubCause

Missing permissions, permissions have been refused by user

CANCELLED_BY_USER → const IdcheckioSubCause

IPS session haven been cancelled by user

MODEL_REJECTED → const IdcheckioSubCause

This model of document cannot be used.

ANALYSIS_EXPIRED_DOC → const IdcheckioSubCause

The document is expired

PVID_NOT_ELIGIBLE → const IdcheckioSubCause

The document is not eligible for a PVID session.

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<IdcheckioSubCause>
A constant List of the values in this enum, in order of their declaration.