CoseErrorCode enum Null safety
Constants
- cbor_decoding_error → const CoseErrorCode
-
const CoseErrorCode(1)
- invalid_format → const CoseErrorCode
-
const CoseErrorCode(3)
- invalid_header_format → const CoseErrorCode
-
const CoseErrorCode(5)
- key_not_found → const CoseErrorCode
-
const CoseErrorCode(7)
- kid_mismatch → const CoseErrorCode
-
const CoseErrorCode(8)
- none → const CoseErrorCode
-
const CoseErrorCode(0)
- payload_format_error → const CoseErrorCode
-
const CoseErrorCode(6)
- unsupported_algorithm → const CoseErrorCode
-
const CoseErrorCode(9)
- unsupported_format → const CoseErrorCode
-
const CoseErrorCode(2)
- unsupported_header_format → const CoseErrorCode
-
const CoseErrorCode(4)
-
values
→ const List<
CoseErrorCode> -
A constant List of the values in this enum, in order of their declaration.
const List<
CoseErrorCode>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited