MCPcopy
hub / github.com/OpenBMB/ChatDev / handle_configuration_error

Function handle_configuration_error

utils/error_handler.py:37–39  ·  view source on GitHub ↗

Handle configuration errors.

(request: Request, exc: ConfigurationError)

Source from the content-addressed store, hash-verified

35
36
37async def handle_configuration_error(request: Request, exc: ConfigurationError) -> JSONResponse:
38 """Handle configuration errors."""
39 return await handle_mac_exception(request, exc)
40
41
42async def handle_workflow_execution_error(request: Request, exc: WorkflowExecutionError) -> JSONResponse:

Callers

nothing calls this directly

Calls 1

handle_mac_exceptionFunction · 0.85

Tested by

no test coverage detected