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

Class SwitchyardProcessorError

switchyard_rust/core.py:407–408  ·  view source on GitHub ↗

Raised when a processor fails.

Source from the content-addressed store, hash-verified

405 """Raised when a request body fails semantic validation."""
406
407 class SwitchyardProcessorError(SwitchyardRuntimeError):
408 """Raised when a processor fails."""
409
410 class SwitchyardBackendError(SwitchyardRuntimeError):
411 """Raised when a backend fails."""

Callers 3

callMethod · 0.90
process_with_contextMethod · 0.90
rprocessMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected