Skip to main content

Module validation

Module validation 

Source
Expand description

Validation passes: referential integrity, temporal consistency, state tracking, orphan detection.

Structs§

ValidationReport
The result of running all validation passes over a Chronicle.

Enums§

ValidationError
A hard validation error indicating inconsistent world data.
ValidationWarning
A soft validation warning that does not indicate broken data but may signal authoring oversights.

Functions§

can_add_event
Check whether a proposed Event is consistent with the existing graph.
validate
Run all four validation passes over the given Chronicle and return a ValidationReport.