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