Skip to main content

GuardViolation

Defined in: types.ts:431

A detected guard violation.

Properties

explanation

readonly explanation: GuardExplanation

Defined in: types.ts:443


message

readonly message: string

Defined in: types.ts:441


nodeId

readonly nodeId: string

Defined in: types.ts:440


timestamp

readonly timestamp: number

Defined in: types.ts:442


type

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

Defined in: types.ts:432