InvalidStreamingStatusException class

Exception that is thrown when trying to create a stream channel for an endpoint that has no open streaming connection.

Implemented types

Constructors

InvalidStreamingStatusException(StreamingConnectionStatus status)
Default constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status StreamingConnectionStatus
The StreamingConnectionStatus of the client.
final

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