| Value | Meaning | 
|---|---|
| ignored0 | A diagnostic that has been suppressed, e.g., by a command-line option.  | 
| note1 | This diagnostic is a note that should be attached to the previous (non-note) diagnostic.  | 
| warning2 | This diagnostic indicates suspicious code that may not be wrong.  | 
| error3 | This diagnostic indicates that the code is ill-formed.  | 
| fatal4 | This diagnostic indicates that the code is ill-formed such that future parser recovery is unlikely to produce useful results.  | 
Page generated by adrdox
Describes the severity of a particular diagnostic.