Content
nodemodules trpc server src error Is TRPCError.ts export class TRPCError extends Error constructor opts: 26 32 43 44 45 46 47 48 49 50 51 52 53 this.code opts.code; this.name ‘TRPCError’; if (this.cause) idk why this is needed, but it is this.cause cause;