AlphaXWebSocketClosedException class
A send or close operation was attempted after WebSocket termination began.
- Inheritance
-
- Object
- AlphaXException
- AlphaXWebSocketException
- AlphaXWebSocketClosedException
Constructors
- AlphaXWebSocketClosedException({String message = 'AlphaX WebSocket session is closed', Object? cause, StackTrace? stackTrace})
-
Creates a predictable closed-session failure.
const
Properties
- cause → Object?
-
Optional implementation-level cause for logging or debugging.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → AlphaXErrorKind
-
Normalized category.
finalinherited
- message → String
-
Human-readable explanation safe for ordinary application diagnostics.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
Optional cause stack trace.
finalinherited
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