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

Class BadRequestError

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

Source from the content-addressed store, hash-verified

119}
120
121export class BadRequestError extends APIError {
122 override readonly status: 400 = 400;
123}
124
125export class AuthenticationError extends APIError {
126 override readonly status: 401 = 401;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected