onError method

void onError(
  1. Object exception,
  2. StackTrace stackTrace
)

The method that is called when an error has occurred in the analysis server. This method will not be invoked under normal conditions.

Implementation

void onError(Object exception, StackTrace stackTrace) {}