meafmira / bs-axios

Bucklescript bindings for axios
71 stars 23 forks source link

[Feature Request] Comprehensive Error Handling #14

Closed ncthbrt closed 6 years ago

ncthbrt commented 6 years ago

There is often a need to be more particular about error handling. As explained in the Handling Errors section, Axios allows access to the request/response objects to determine what went wrong. It'd be great if this was a supported feature of bs-axios.

meafmira commented 6 years ago

@ncthbrt I've added error handling section to readme. See here: https://github.com/meafmira/bs-axios#error-handling