ErrorCode class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- bufferDisabled → const int
- bufferOverflow → const int
- checksumNotSupported → const int
- compressionNotSupported → const int
- incorrectChecksum → const int
- incorrectCompressedSize → const int
- incorrectCompression → const int
- incorrectCompressionChecksum → const int
- incorrectCompressionEnd → const int
- incorrectCompressionParam → const int
- incorrectFirmwareSize → const int
- incorrectMessageHeader → const int
- incorrectMessageSize → const int
- incorrectSignature → const int
- incorrectSignatureSize → const int
- installRunning → const int
- internalStorageError → const int
- ok → const int
- pinChangeError → const int
- pinNotSupported → const int
- signatureNotSupported → const int
- uploadDisabled → const int
- uploadRunning → const int
- uploadStopped → const int