MCPcopy Index your code
hub / github.com/Tong89/smartNode / ApiError

Interface ApiError

frontend/src/types/api.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface ApiError {
10 status: 'error';
11 code: string;
12 message: string;
13 request_id?: string;
14 reject_reason?: string;
15}
16
17export interface Satellite {
18 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected