getErrors abstract method
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);