onError method
void
onError(
- DioException err,
- ErrorInterceptorHandler handler
inherited
Called when an exception was occurred during the request.
Implementation
void onError(
DioException err,
ErrorInterceptorHandler handler,
) {
handler.next(err);
}