インターフェイス: TRPCClientErrorBase<TShape>
型パラメーター
パラメーター |
---|
TShape extends DefaultErrorShape |
プロパティ
data
読み取り専用
data:Maybe
<TShape
["data"
] >
ソース
packages/client/dist/TRPCClientError.d.ts:7
message
読み取り専用
message:文字列
ソース
packages/client/dist/TRPCClientError.d.ts:5
shape
読み取り専用
shape:Maybe
<TShape
>
ソース
packages/client/dist/TRPCClientError.d.ts:6
Typedocおよびtypedoc-plugin-markdownを使用して生成しました