Error enum
Values
- unknown → const Error
- deviceError → const Error
- noDeviceResponse → const Error
- unexpectedDeviceResponse → const Error
- incorrectDeviceResponse → const Error
- networkError → const Error
- unexpectedNetworkResponse → const Error
- incorrectNetworkFile → const Error
- incorrectMessageSize → const Error
- incorrectMessageHeader → const Error
- incorrectFirmwareSize → const Error
- internalStorageError → const Error
- uploadDisabled → const Error
- uploadRunning → const Error
- uploadStopped → const Error
- installRunning → const Error
- bufferDisabled → const Error
- bufferOverflow → const Error
- compressionNotSupported → const Error
- incorrectCompression → const Error
- incorrectCompressedSize → const Error
- incorrectCompressionChecksum → const Error
- incorrectCompressionParam → const Error
- incorrectCompressionEnd → const Error
- checksumNotSupported → const Error
- incorrectChecksum → const Error
- signatureNotSupported → const Error
- incorrectSignature → const Error
- incorrectSignatureSize → const Error
- pinNotSupported → const Error
- pinChangeError → const Error
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