MCPcopy
hub / github.com/coderamp-labs/gitingest / IngestErrorResponse

Class IngestErrorResponse

src/server/models.py:102–112  ·  view source on GitHub ↗

Error response model for the /api/ingest endpoint. Attributes ---------- error : str Error message describing what went wrong.

Source from the content-addressed store, hash-verified

100
101
102class IngestErrorResponse(BaseModel):
103 """Error response model for the /api/ingest endpoint.
104
105 Attributes
106 ----------
107 error : str
108 Error message describing what went wrong.
109
110 """
111
112 error: str = Field(..., description="Error message")
113
114
115# Union type for API responses

Callers 2

process_queryFunction · 0.90
_perform_ingestionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected