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:
ExceptionThe base class for all errors thrown by the fallback service.
- exception compute_horde_sdk.v1.fallback.FallbackNotFoundError
Bases:
FallbackErrorThe requested resource was not found in the fallback cluster.
- exception compute_horde_sdk.v1.fallback.FallbackJobTimeoutError
Bases:
FallbackError,TimeoutErrorFallback job timed out.