tsteproT
Convex Community3y ago
3 replies
tstepro

Error handling

Hey all, what's a recommended approach for error handling? Right now, I'm just throwing generic Errors all over the place.

How could I throw specific typed errors? For example, OpenAIError. I'd like to handle them differently on the UI.
Was this page helpful?