JuzTimJ
tRPC3y ago
3 replies
JuzTim

How are thrown (unhandled) exceptions safe to pass?

Hi, I started looking into error handling more and understand that all errors get wrapped in a TRPCError, however sometimes exceptions contain sensitive data. How does TRPC make sure that data doesnt get leaked to the client?
Was this page helpful?