Interface: TRPCClientErrorBase<TShape>
Type parameters
| Parameter | 
|---|
| TShapeextendsDefaultErrorShape | 
Properties
data
readonlydata:Maybe<TShape["data"] >
Source
packages/client/src/TRPCClientError.ts:23
message
readonlymessage:string
Source
packages/client/src/TRPCClientError.ts:21
shape
readonlyshape:Maybe<TShape>
Source
packages/client/src/TRPCClientError.ts:22
Generated using TypeDoc and typedoc-plugin-markdown