Thrown when a mid-dispatch state report (commitEffectOps) presents a
claim token that no longer authorises writing: the entry's claim was
released, taken over by another dispatch (claim-superseded), or its
lease lapsed. Nothing was written — the gate runs before any mutation.
The handler should stop reporting; its completion still follows the
normal first-writer-wins completion semantics.
Thrown when a mid-dispatch state report (
commitEffectOps) presents a claim token that no longer authorises writing: the entry's claim was released, taken over by another dispatch (claim-superseded), or its lease lapsed. Nothing was written — the gate runs before any mutation. The handler should stop reporting; its completion still follows the normal first-writer-wins completion semantics.