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

EnvironmentDiagnosticsResponse

    EnvironmentDiagnosticsResponse contains a list of diagnostics from an environment operation.

    Properties

    • diagnostics array[EnvironmentDiagnostic] optional
      The list of diagnostics produced by the environment operation.
    • range EscRange optional
      The source range where the diagnostic occurred.
    • 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”.