DEV Community

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

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.