DiagnosticCodeInfo

data class DiagnosticCodeInfo(val category: DiagnosticCategory, val level: DiagnosticLevel, val summary: String)

Static metadata describing a diagnostic code.

Constructors

Link copied to clipboard
constructor(category: DiagnosticCategory, level: DiagnosticLevel, summary: String)

Properties

Link copied to clipboard

The functional area of the code.

Link copied to clipboard

The severity every diagnostic with this code has.

Link copied to clipboard

A one-line description of what the code means.