Skip to main content
Version: 11.x

Interface: TRPCErrorResponse<TError>

All requests/responses extends this shape

Extends

Type parameters

ParameterDefault
TError extends TRPCErrorShapeTRPCErrorShape

Properties

error

error: TError

Source

packages/core/dist/rpc/envelopes.d.ts:33

Inherited from

ErrorResponse.error


id

optional id: RequestId

Source

packages/core/dist/rpc/envelopes.d.ts:20

Inherited from

ErrorResponse.id


jsonrpc

optional jsonrpc: "2.0"

Source

packages/core/dist/rpc/envelopes.d.ts:21

Inherited from

ErrorResponse.jsonrpc


Generated using TypeDoc and typedoc-plugin-markdown