Refused

data class Refused(val reason: String) : ControlConflict

A serialized act whose precondition no longer held once ordered — an activate/close of an unknown/divergent or retired edge, a retire of a non-CLOSING edge, or a retire refused locally because the edge is not drained (retiring a non-drained edge would strand its outstanding entitlement, since a RETIRED edge is no longer on the live lineage the data plane drains through). The reason is a diagnostic string.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard