MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI /

Class

packages/baseai/src/dev/hono/errors.ts:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112export class ApiError extends HTTPException {
113 public readonly code: ErrorCodesType;
114 public readonly success: boolean;
115 public readonly rateLimit?: RateLimitErrorResponse;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected