getStartingErrors method

Iterable<String> getStartingErrors()

Returns the starting errors of the parser.

Implementation

Iterable<String> getStartingErrors() {
  return _getStartingElements((e) => e.getStartingErrors());
}