This error can be used to handle or produce compilation errors in macros.

Constructor

new(m:String, p:Position)

Instantiates an error with given message and position.

Variables

message:String

The error message.

pos:Position

The position of the error.