StreamNotFoundException class

The exception that is thrown when an attempt is made to read or write to a stream that does not exist.

Implemented types

Constructors

StreamNotFoundException(String streamId, {Exception? cause})
Constructs a new instance of StreamNotFoundException.
StreamNotFoundException.fromError(GrpcError error)
Constructs a new instance of StreamNotFoundException from given error
factory

Properties

cause Exception?
If available, the Exception that caused this exception.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String
The name of the stream.
final

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