1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. EnvironmentDiagnostic

EnvironmentDiagnostic

    EnvironmentDiagnostic represents a diagnostic message associated with an environment definition.

    Properties

    • range EscRange optional
      The source range where the diagnostic occurred.
    • environment string optional
      The name of the environment.
    • begin EscPos required
      The beginning of the range.
    • end EscPos required
      The end of the range.
    • summary string optional
      A summary of the diagnostic message.
    • path string optional
      The path within the environment definition where the diagnostic occurred.
    • severity string optional
      The severity of the diagnostic: “error” or “warning”.