Skip to main content
Version: 11.x

Interface: TRPCClientErrorBase<TShape>

Type parameters

Parameter
TShape extends DefaultErrorShape

Properties

data

readonly data: Maybe< TShape["data"] >

Source

packages/client/dist/TRPCClientError.d.ts:7


message

readonly message: string

Source

packages/client/dist/TRPCClientError.d.ts:5


shape

readonly shape: Maybe< TShape >

Source

packages/client/dist/TRPCClientError.d.ts:6


Generated using TypeDoc and typedoc-plugin-markdown