Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): improve error message with
EAI_AGAIN
and ECONNRESET
When the clever-tools were using the `request.superagent` from the clever-client, `EAI_AGAIN` and `ECONNRESET` errors were caught, and message were improved. When we moved to the common request.fetch, we lost improvment. This commit adds back the improved messages but in the clever-tools code.
- Loading branch information