MCPcopy Create free account
hub / github.com/MetapriseAI/OrgKernel / ErrorResponse

Class ErrorResponse

src/orgkernel/pyapi/router.py:83–86  ·  view source on GitHub ↗

Standard error response.

Source from the content-addressed store, hash-verified

81
82
83class ErrorResponse(BaseModel):
84 """Standard error response."""
85 detail: str
86 code: int | None = None
87
88
89# ── Router ─────────────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected