message property

String message
final

The error that was detected by the parser.

This should be the start of a sentence which will make sense when " at line ... column ..." is appended. So, for example, it should not end with a period.

Implementation

final String message;