Interface: ErrorResponse<TError>
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:43
All requests/responses extends this shape
Extends
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
TError extends TRPCErrorShape | TRPCErrorShape |
Properties
error
error:
TError
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:45
id?
optionalid:RequestId
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:25
Inherited from
jsonrpc?
optionaljsonrpc:"2.0"
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:26