Skip to main content
Dotset CLI API Documentation / tollgate / ValidationIssue

Interface: ValidationIssue

Defined in: src/tollgate/policy/validator.ts:40 A validation issue found in the configuration.

Properties

details?

optional details: Record<string, unknown>;
Defined in: src/tollgate/policy/validator.ts:54 Additional context

level

level: ValidationLevel;
Defined in: src/tollgate/policy/validator.ts:42 Severity level

message

message: string;
Defined in: src/tollgate/policy/validator.ts:48 Human-readable description of the issue

path

path: string;
Defined in: src/tollgate/policy/validator.ts:45 Configuration path where the issue was found (e.g., “servers.postgres.tools.query”)

suggestion?

optional suggestion: string;
Defined in: src/tollgate/policy/validator.ts:51 Suggested fix (optional)