DomainSessionRefusal
Defined in: js-api/src/ui/domains/domains-session.ts:53
Why a DomainSession.save did not land — see DomainSession.lastRefusal.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
editor | DomainFrameEditor | null | The editor that owns the failing row; null for a refusal the batch as a whole answers for (nothing located it, or no single participant caused it). | js-api/src/ui/domains/domains-session.ts:60 |
message | string | The sentence the save reported; the same one the cell says where the refusal reaches cells. Bare — a surface that leads with its own "Cannot save:" (the balloon does) prefixes it itself. | js-api/src/ui/domains/domains-session.ts:57 |
opIndex? | number | The transaction-wide index of the failing op, where the server named one. | js-api/src/ui/domains/domains-session.ts:62 |