MCPcopy Create free account
hub / github.com/NVIDIA-NeMo/Switchyard / SwitchyardUpstreamError

Class SwitchyardUpstreamError

switchyard_rust/core.py:413–417  ·  view source on GitHub ↗

Raised when an upstream call fails.

Source from the content-addressed store, hash-verified

411 """Raised when a backend fails."""
412
413 class SwitchyardUpstreamError(SwitchyardRuntimeError):
414 """Raised when an upstream call fails."""
415
416 status_code: int
417 body: str
418
419 class SwitchyardContextWindowExceededError(SwitchyardBackendError):
420 """Raised when an upstream request exceeds the context window."""

Calls

no outgoing calls