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