MCPcopy
hub / github.com/wendux/fly / FlyError

Interface FlyError

index.d.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface FlyError {
14 status: number;
15 message: string;
16 engine: XMLHttpRequest;
17 request?: FlyRequestConfig;
18 response?: FlyErrResponse;
19}
20
21export interface FlyResponse<T = any> {
22 data: T;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected