Skip to main content

GuardViolation

Defined in: types.ts:513

A detected guard violation.

Properties

explanation

readonly explanation: GuardExplanation

Defined in: types.ts:525


message

readonly message: string

Defined in: types.ts:523


nodeId

readonly nodeId: string

Defined in: types.ts:522


timestamp

readonly timestamp: number

Defined in: types.ts:524


type

readonly type: "timeout" | "reasoning-loop" | "spawn-explosion" | "high-failure-rate" | "conformance-drift" | "known-bottleneck" | "outcome_mismatch"

Defined in: types.ts:514