Returns the starting errors of the parser.
Iterable<String> getStartingErrors() { return _getStartingElements((e) => e.getStartingErrors()); }