errors property

List<ParsingError> errors
final

A list of all errors that occurred during parsing. ParsingError.toString returns a helpful description of what went wrong, along with the position where the error occurred.

Implementation

final List<ParsingError> errors;