Exceptions
The following exceptions are defined to handle various error conditions that may arise when interacting with the ComputeHorde service:
- exception compute_horde_sdk.v1.ComputeHordeError
Bases:
ExceptionThe base class for all errors thrown by the ComputeHorde.
- exception compute_horde_sdk.v1.ComputeHordeNotFoundError
Bases:
ComputeHordeErrorThe requested resource was not found in ComputeHorde.
- exception compute_horde_sdk.v1.ComputeHordeJobTimeoutError
Bases:
ComputeHordeError,TimeoutErrorComputeHorde job timed out.