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

Class AuthenticationError

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

Source from the content-addressed store, hash-verified

123}
124
125export class AuthenticationError extends APIError {
126 override readonly status: 401 = 401;
127}
128
129export class PermissionDeniedError extends APIError {
130 override readonly status: 403 = 403;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected