Exceptions
-
ActivityCompletionException
Thrown by Complete() when the runtime rejects the field state — a mandatory field missing, a group's MinSelected…
-
BonsaiException
Base class for runtime-domain exceptions thrown by the StoryBonsai runtime. Catch `BonsaiException` to handle any…
-
ReplayRestoreException
Replay execution failed unrecoverably during RestoreFromJson(string, RecoveryMode, ResolutionPolicy). The attached…
-
ReplaySaveFormatException
Save data was malformed, schema-incompatible, or otherwise unparseable. Thrown by RestoreFromJson(string, RecoveryMode,…
-
SceneStackException
Thrown when the scene activation stack would overflow (depth > `SceneStack.MaxDepth` = 50) or when an internal invariant…