Enum xswag_base::diag::ReportKind
[−]
[src]
pub enum ReportKind { Error, Warning, }
A report can either be an Error
or a Warning
. Still pretty similar to
RemarkType
-- may be merged with it in the future.
Variants
Error | Something went very wrong and will stop further processing |
Warning | Something important should be fixed, but doesn't stop processing |