Variable DLexer.Message.isError

true for an error, false for a warning

struct DLexer.Message
{
  // ...
  bool isError ;
  // ...
}