DioError typedef

  1. @Deprecated('Use DioException instead. This will be removed in 6.0.0')
DioError = DioException

DioError describes the exception info when a request failed.

Implementation

@Deprecated('Use DioException instead. This will be removed in 6.0.0')
typedef DioError = DioException;