logError abstract method

void logError(
  1. Object error,
  2. StackTrace stackTrace,
  3. RequestOptions options
)

Logs an error that occurred during parsing of response data.

  • error is the error that occurred.
  • stackTrace is the stack trace of the error.
  • options are the options that were used to make the request.

Implementation

void logError(Object error, StackTrace stackTrace, RequestOptions options);