RecvErrorFailed class final
Receive operation failed due to an unexpected exception.
This is a rare case that indicates an internal error. The cause contains the original exception for debugging.
- Inheritance
-
- Object
- RecvResult<
Never> - RecvError
- RecvErrorFailed
Constructors
- RecvErrorFailed(Object cause)
-
const
Properties
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