Struct DLexer.Message

Lexer error/warning message.

struct Message ;

Fields

NameTypeDescription
column ulong1-based byte offset
isError booltrue for an error, false for a warning
line ulong1-based line number
message stringText of the message