DioExceptionHandlerModel constructor
DioExceptionHandlerModel({
- bool? connectionTimeout(
- DioException exception
- bool? sendTimeout(
- DioException exception
- bool? receiveTimeout(
- DioException exception
- bool? badCertificate(
- DioException exception
- bool? badResponse(
- DioException exception
- bool? cancel(
- DioException exception
- bool? connectionError(
- DioException exception
- bool? unknown(
- DioException exception
- ExceptionExplanationModel? connectionTimeoutModel,
- ExceptionExplanationModel? sendTimeoutModel,
- ExceptionExplanationModel? receiveTimeoutModel,
- ExceptionExplanationModel? badCertificateModel,
- ExceptionExplanationModel? badResponseModel,
- ExceptionExplanationModel? cancelModel,
- ExceptionExplanationModel? connectionErrorModel,
- ExceptionExplanationModel? unknownModel,
Implementation
DioExceptionHandlerModel({
this.connectionTimeout,
this.sendTimeout,
this.receiveTimeout,
this.badCertificate,
this.badResponse,
this.cancel,
this.connectionError,
this.unknown,
this.connectionTimeoutModel,
this.sendTimeoutModel,
this.receiveTimeoutModel,
this.badCertificateModel,
this.badResponseModel,
this.cancelModel,
this.connectionErrorModel,
this.unknownModel,
});