canHandleError abstract method

bool canHandleError(
  1. DioException error
)

Calls to determine if the request failed and we can proceed it.

Implementation

bool canHandleError(DioException error);