JoyDomStoreErrorHandler

typealias JoyDomStoreErrorHandler = (<Error class: unknown class>, <Error class: unknown class>) -> Unit

Diagnostics for an interaction that stopped early.

Unlike a resolve failure, this is not a rollback: the writes that landed before the failing step are already committed and rendered. The handler reports what went wrong so a host can log it; the interaction itself is over.