Iron Gorilla Developers

ValidationIssue

One analyzer or validation issue surfaced to callers.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ValidationIssue

Properties

  • code (string): Stable machine-readable issue code.
  • message (string): Human-readable explanation of the issue.
  • severity (ValidationIssueSeverity): Severity level of the issue.
  • location? (ValidationLocation): Optional source location for the issue.
  • ruleId? (string): Optional policy or analyzer rule identifier.
  • scope? (string): Optional scope string associated with the issue.

On this page