ErrorType class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isHardError → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ACCESS_REFUSED → const ErrorType
- CHANNEL_ERROR → const ErrorType
- COMMAND_INVALID → const ErrorType
- CONNECTION_FORCED → const ErrorType
- CONTENT_TOO_LARGE → const ErrorType
- FRAME_ERROR → const ErrorType
- INTERNAL_ERROR → const ErrorType
- INVALID_PATH → const ErrorType
- NO_CONSUMERS → const ErrorType
- NOT_ALLOWED → const ErrorType
- NOT_FOUND → const ErrorType
- NOT_IMPLEMENTED → const ErrorType
- PRECONDITION_FAILED → const ErrorType
- RESOURCE_ERROR → const ErrorType
- RESOURCE_LOCKED → const ErrorType
- SUCCESS → const ErrorType
- SYNTAX_ERROR → const ErrorType
- UNEXPECTED_FRAME → const ErrorType