MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / APIError

Class APIError

src/models.py:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284# Error Models
285class APIError(BaseModel):
286 message: str
287 type: str = "api_error"
288 code: Optional[int] = None
289
290
291class ErrorResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected