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

Class

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

Source from the content-addressed store, hash-verified

139}
140
141export class UnprocessableEntityError extends APIError {
142 override readonly status: 422 = 422;
143}
144

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected