MCPcopy
hub / github.com/kserve/kserve / Error

Class Error

python/kserve/kserve/protocol/rest/timeseries/types.py:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class Error(BaseModel):
28 code: Optional[str] = Field(None, description="Error code.")
29 message: str = Field(..., description="Error message.")
30 param: Optional[str] = Field(None, description="Parameter related to the error.")
31 type: str = Field(..., description="Type of error.")
32
33
34class ErrorResponse(BaseModel):

Callers 4

_forecast_timesfmMethod · 0.90
forecastMethod · 0.90
create_error_responseFunction · 0.70

Calls

no outgoing calls