Exceptions
-
ActivityCompletionException
Thrown by Complete() when the runtime rejects the field state — a mandatory field missing, a group's MinSelected…
-
BonsaiException
Base exception type for errors thrown by the StoryBonsai runtime. Catch this to handle any runtime-side failure with a…
-
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 runtime's scene-stack invariants are violated — for example, attempting to leave a scene when none is…