StatusWordErrorReason enum
The status words worth branching on by name, ordered as the specification numbers them.
Values
- securityStatusNotSatisfied → const StatusWordErrorReason
-
6982. The command needs a security condition -- a PIN, a mutual authentication -- that has not been met yet. - fileNotFound → const StatusWordErrorReason
-
6A82. No file or application with that identifier. On a SELECT, usually the wrong AID rather than a broken card. - incorrectP1P2 → const StatusWordErrorReason
-
6A86. P1 or P2 is wrong for this instruction. - instructionNotSupported → const StatusWordErrorReason
-
6D00. The card knows the class but not this instruction. - classNotSupported → const StatusWordErrorReason
-
6E00. The card does not answer to this CLA at all.
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
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<
StatusWordErrorReason> - A constant List of the values in this enum, in order of their declaration.