16.1 Purpose of Exception Handling Rules
Exception handling rules help the team respond to errors consistently across Nodes, scripts, containers, generated Artifacts, Configuration, DDS communication, and validation workflows. A developer, tester, reviewer, or demonstration operator should be able to understand what failed, where it failed, why it mattered, and what the system did next.
Exception handling should support the following goals:
-
Detect errors close to their source.
-
Report errors with enough context to support diagnosis.
-
Avoid exposing secrets or sensitive local values.
-
Distinguish recoverable errors from non-recoverable errors.
-
Preserve logs and Evidence.
-
Publish appropriate Control Plane status where possible.
-
Return meaningful exit codes where a process or script exits.
-
Avoid silently swallowing exceptions.
-
Avoid uncontrolled retry loops.
-
Keep failure behavior consistent with the Node Lifecycle model.
Exception handling should not make Phase 0 appear more complete than it is. If a Node, script, generated Artifact, DDS participant, container, or validation step fails, the implementation should clearly report the failure.
© 2026 Dido Solutions, Inc. and Jackrabbit Consulting, Inc.