LeaseUnavailable<H> class

No lease was possible — fail-closed with a reason (no peer satisfies the requirements, capacity denied). The allocation reports it as a failure.

Inheritance

Constructors

LeaseUnavailable(String reason)
Creates an unavailable resolution carrying reason.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
reason String
Why no lease could be bound (recorded on the failure).
final
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