Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve exception message for DioException.badResponse (#1998)
Since we receive a lot of issues around the topic of status code, I think we should improve message of it. So I've made it more descriptinve and actionable. ### New Pull Request Checklist - [x] I have read the [Documentation](https://pub.dev/documentation/dio/latest/) - [x] I have searched for a similar pull request in the [project](https://github.com/cfug/dio/pulls) and found none - [x] I have updated this branch with the latest `main` branch to avoid conflicts (via merge from master or rebase) - [x] I have added the required tests to prove the fix/feature I'm adding - [x] I have updated the documentation (if necessary) - [x] I have run the tests without failures - [x] I have updated the `CHANGELOG.md` in the corresponding package ### Additional context and info (if any) <!-- Provide more context and info about the PR. -->
- Loading branch information