Hey guys, trying out convex recently and
I know to wrap in react with an error boundary, but still the message field is pretty convuluted including convex specific info and request id. Thats useful for me for logging but I don't want to show that to my users, just the clean client friendly error message. I currently throw the errors from my queries. Maybe I should instead be returning an actual error object instead of throwing, or perhaps throwing a
ConvexError instead? Been looking but can't find anywhere documenting best practices for query error handling.