menu
dio_http_client package
documentation
network/error_response.dart
ErrorResponse
ErrorResponse constructor
ErrorResponse constructor
dark_mode
light_mode
ErrorResponse
constructor
ErrorResponse
(
int
statusCode
,
String
errorMessage
,
String
errorCode
)
Implementation
ErrorResponse(int statusCode, this.errorMessage, this.errorCode) : super(statusCode);
dio_http_client package
documentation
network/error_response
ErrorResponse
ErrorResponse constructor
ErrorResponse class