Interface: TRPCClientErrorBase<TShape>
Type parameters
Parameter |
---|
TShape extends DefaultErrorShape |
Properties
data
readonly
data:Maybe
<TShape
["data"
] >
Source
packages/client/src/TRPCClientError.ts:12
message
readonly
message:string
Source
packages/client/src/TRPCClientError.ts:10
shape
readonly
shape:Maybe
<TShape
>
Source
packages/client/src/TRPCClientError.ts:11
Generated using TypeDoc and typedoc-plugin-markdown