getErrors2 abstract method

  1. @Deprecated('Use getErrors() instead')
Future<SomeErrorsResult> getErrors2(
  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

@Deprecated('Use getErrors() instead')
Future<SomeErrorsResult> getErrors2(String path);