SessionClosedRefused class

Raised when StationBeadWriter refuses to mint or refresh a gate for a session bead that the state snapshot already shows as closed.

Implemented types

Constructors

SessionClosedRefused({required String operation, required String sessionId, required String reason})

Properties

hashCode int
The hash code for this object.
no setterinherited
operation String
The bd operation that was refused.
final
reason String
The concrete refusal reason recorded for the operator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
The session bead that the gate would have blocked.
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