MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / ErrorResponse

Class ErrorResponse

fastdeploy/entrypoints/openai/protocol.py:56–61  ·  view source on GitHub ↗

Error response from OpenAI API.

Source from the content-addressed store, hash-verified

54
55
56class ErrorResponse(BaseModel):
57 """
58 Error response from OpenAI API.
59 """
60
61 error: ErrorInfo
62
63
64class ErrorInfo(BaseModel):

Callers 15

handle_exceptionMethod · 0.90
create_completionMethod · 0.90
control_schedulerFunction · 0.90
list_modelsMethod · 0.90
_preprocessMethod · 0.90

Calls

no outgoing calls

Tested by 3