Iron Gorilla Developers

ValidationResult

Analyzer result returned from `analyzeSource()`.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ValidationResult

Properties

  • valid (boolean): Whether the source satisfied all error-level checks.
  • errors (ValidationIssue[]): Error-level issues discovered during analysis.
  • warnings (ValidationIssue[]): Warning-level issues discovered during analysis.

On this page