Raised when a processor fails.
| 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.""" |
no outgoing calls
no test coverage detected