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

Class

packages/core/src/common/errors.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type {Headers} from './../../types/index';
2
3export class APIError extends Error {
4 readonly status: number | undefined;
5 readonly headers: Headers | undefined;
6 readonly error: Object | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected