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

Class ConflictError

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

Source from the content-addressed store, hash-verified

135}
136
137export class ConflictError extends APIError {
138 override readonly status: 409 = 409;
139}
140
141export class UnprocessableEntityError extends APIError {
142 override readonly status: 422 = 422;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected