MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / EndpointAttemptFailure

Interface EndpointAttemptFailure

src/endpoint.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7export interface EndpointAttemptFailure {
8 endpoint: string;
9 error: Error;
10}
11
12export interface ExecuteEndpointFallbackOptions<T> {
13 configuredEndpoints: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected