kind property
The kind of diagnostic information provided. Possible string values are:
- "WARNING" : Warnings and errors
- "ERROR" : Only errors
Implementation
core.String? kind;
The kind of diagnostic information provided. Possible string values are:
core.String? kind;