StoreRefusal class

Raised when a required store is absent (or misplaced) at a root — a LOUD boot refusal, never a silent default (the guard principle: LOUD or gone).

The v3 model kills cwd/walk-up store discovery (SCRATCH §7 item 9): a store is expected exactly at a root, so its absence is an authoring/ops error the operator must fix (run the substation init flow, or correct the root), not a condition the framework papers over by searching upward.

Implemented types

Constructors

StoreRefusal(String message)
Refuses with a human-readable message (names the root + the invariant).
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The refusal detail — names the offending root and the remedy.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited