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

Constructors

ExceptionTransport([Object? message = ''])
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message Object?
finalinherited
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