TtRPC•Created by JuzTim on 12/22/2023 in #❓-help 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?