We're a place where coders share, stay up-to-date and grow their careers.
How are you surfacing errors? All errors that I throw are getting passed in through the data object.
switching to axios surfaced the errors for me
Not sure if I understood your question...
But you'd want to build an error object that conforms to what is standardized on your app. Depends on your app and on the api you are consuming.
I usually just go simple and add catch them top methods.
How are you surfacing errors? All errors that I throw are getting passed in through the data object.
switching to axios surfaced the errors for me
Not sure if I understood your question...
But you'd want to build an error object that conforms to what is standardized on your app. Depends on your app and on the api you are consuming.
I usually just go simple and add catch them top methods.