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:
Exception
The base class for all errors thrown by the ComputeHorde.
- exception compute_horde_sdk.v1.ComputeHordeNotFoundError
Bases:
ComputeHordeError
The requested resource was not found in ComputeHorde.
- exception compute_horde_sdk.v1.ComputeHordeJobTimeoutError
Bases:
ComputeHordeError
,TimeoutError
ComputeHorde job timed out.