Standard error response.
| 81 | |
| 82 | |
| 83 | class ErrorResponse(BaseModel): |
| 84 | """Standard error response.""" |
| 85 | detail: str |
| 86 | code: int | None = None |
| 87 | |
| 88 | |
| 89 | # ── Router ───────────────────────────────────────────────────────────────────── |
nothing calls this directly
no outgoing calls
no test coverage detected