Interface: TRPCErrorResponse<TError>
All requests/responses extends this shape
Extends
ErrorResponse
<TError
>
Type parameters
Parameter | Default |
---|---|
TError extends TRPCErrorShape | TRPCErrorShape |
Properties
error
error:
TError
Source
packages/core/dist/rpc/envelopes.d.ts:33
Inherited from
id
optional
id:RequestId
Source
packages/core/dist/rpc/envelopes.d.ts:20
Inherited from
jsonrpc
optional
jsonrpc:"2.0"
Source
packages/core/dist/rpc/envelopes.d.ts:21
Inherited from
Generated using TypeDoc and typedoc-plugin-markdown