Skip to main content

Interface: RuleEvaluationFailure

Defined in: packages/core/src/domain/services/rule-evaluator.ts:24

A single validation failure — missing artifact, failed rule, or application error.

Properties

artifactId

readonly artifactId: string

Defined in: packages/core/src/domain/services/rule-evaluator.ts:26

The artifact type ID this failure pertains to.


description

readonly description: string

Defined in: packages/core/src/domain/services/rule-evaluator.ts:28

Human-readable description suitable for CLI output.