pub type TypeParserErrorSeverity = BNTypeParserErrorSeverity;
Aliased Type§
enum TypeParserErrorSeverity {
IgnoredSeverity = 0,
NoteSeverity = 1,
RemarkSeverity = 2,
WarningSeverity = 3,
ErrorSeverity = 4,
FatalSeverity = 5,
}