Interface: ViolationDto
@kortexya/reasoninglayer / Oversight / ViolationDto
Interface: ViolationDto
Defined in: src/types/oversight.ts:83
A specific constraint violation.
Properties
description
description:
string
Defined in: src/types/oversight.ts:85
Description of the violation.
relatedFactId?
optionalrelatedFactId:string|null
Defined in: src/types/oversight.ts:87
Related fact ID (if applicable).
severity
severity:
string
Defined in: src/types/oversight.ts:89
Severity: “error” or “warning”.