DEV Community

Discussion on: Integrating APIs to a TypeScript frontend with OpenAPI/Swagger

Collapse
 
chancesmith profile image
Chance Smith

How are you surfacing errors? All errors that I throw are getting passed in through the data object.

Collapse
 
chancesmith profile image
Chance Smith

switching to axios surfaced the errors for me

Collapse
 
wkrueger profile image
wkrueger • Edited

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.