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/src/TRPCClientError.ts:18


message

readonly message: string

Source

packages/client/src/TRPCClientError.ts:16


shape

readonly shape: Maybe< TShape >

Source

packages/client/src/TRPCClientError.ts:17


Generated using TypeDoc and typedoc-plugin-markdown