MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / Error

Interface Error

app/util/fetch/FetchState.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 data: T;
16}
17interface Error<T> {
18 type: 'Error';
19 data?: T;
20 error?: FetchError;
21 message?: string;
22}
23
24export type FetchState<T> = Loading<T> | Error<T> | Success<T>;

Callers 4

FailFunction · 0.85
ppom.jsFile · 0.85
index.jsFile · 0.85
index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected