getErrors abstract method

Future<SomeErrorsResult> getErrors(
  1. String path
)

Return a future that will complete with information about the errors contained in the file with the given absolute, normalized path.

If the file cannot be analyzed by this session, then the result will have a result state indicating the nature of the problem.

Implementation

Future<SomeErrorsResult> getErrors(String path);