MCPcopy
hub / github.com/watercrawl/WaterCrawl / ApiError

Interface ApiError

frontend/src/types/common.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 results: T[];
6}
7export interface ApiError {
8 message?: string;
9 errors?: Record<string, string[]>;
10 code?: number;
11}
12
13export interface UsageStats {
14 total_crawls: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected