Expand description
Error types for the Chio data layer guards.
Data layer guards return Verdict::Deny on
failure and emit a structured denial reason via tracing. The reason types
are exposed here so downstream integrations (for example the kernel’s
receipt builder or a policy test harness) can match on them structurally
rather than string-parsing log lines.
Enums§
- SqlGuard
Deny Reason - Structured reason for a
SqlQueryGuarddenial.