インターフェイス: 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を使用して生成しました