Severity¶
- 
enum 
Cocotec.CocoPlatform.Severity¶ Values:
- 
Ignored¶ A diagnostic that was ignored because of some flag.
- 
Note¶ A note, indicating something about the code (often some extra information about another error).
- 
Warning¶ A possible error.
- 
Error¶ An error.
- 
FatalError¶ An error so bad it necessitates an immediate stop.
-