ExceptionTransport class
Exception indicating an error related to the transport layer.
This exception can be thrown for various transport-related issues, such as:
- Connection failures
- Invalid data formats
- Communication errors
It signifies problems with the underlying communication mechanism used by the library.
- Inheritance
-
- Object
- ExceptionBase
- ExceptionTransport
Constructors
- ExceptionTransport([Object? message = ''])
-
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