Initializes a new instance of the ParseError class.
The message associated with the error.
A set of one-based indices that identify the location of the command that caused the error within the original TRL string.
The message associated with the error.
A set of one-based indices that identify the location of the command that caused the error within the original TRL string.
For example, if the TRL string was "a; (b; c; (d; e;););", then [2, 3, 2] indicates that command "e" caused the error.
Generated using TypeDoc
Error thrown during TRL parsing.