Fallback Exceptions
The following exceptions are defined to handle various error conditions that may arise when interacting with the fallback service:
- exception compute_horde_sdk.v1.fallback.FallbackError
Bases:
Exception
The base class for all errors thrown by the fallback service.
- exception compute_horde_sdk.v1.fallback.FallbackNotFoundError
Bases:
FallbackError
The requested resource was not found in the fallback cluster.
- exception compute_horde_sdk.v1.fallback.FallbackJobTimeoutError
Bases:
FallbackError
,TimeoutError
Fallback job timed out.