mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
08db960d9f
* Added enhanced network error handling with wrapper approach This file enhances error handling for network issues in Axios requests, providing detailed messages for various error scenarios. * Added documentation for my approach to network errors This document explains how to enhance Axios network error messages to be more descriptive and human-readable. It details the wrapper function and provides examples of usage. * Update examples/improved-network-errors.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: md --------- Co-authored-by: Jay <jasonsaayman@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
axios examples
To run the examples:
git clone https://github.com/axios/axios.gitcd axiosnpm installnpm run buildnpm run examples- http://localhost:3000