errors
relationalai.services.jobs
Jobs service error types and error mapping.
The jobs service builds on the shared client error hierarchy, but exposes jobs-specific exception types so callers can catch jobs failures precisely.
Classes
Section titled “Classes”Classes exposed by this module.
JobError Base error for jobs operations.
JobInvalidRequestError Raised when a Jobs API request is invalid.
JobCapabilityError Raised when an operation is not supported by the configured backend/capabilities.
JobConfigurationError Raised when the client/configuration is missing required setup for an operation.
JobNotFoundError Raised when a job is not found.
JobNotReadyError Raised when a job result/operation is not ready yet.
JobTimeoutError Raised when waiting for a job exceeds the deadline.
JobServerError Raised when the backend fails processing a job request.
JobClientDisconnectedError Raised when a LOGIC transaction is aborted because the client disconnected.
JobUnknownError Raised for unexpected job failures.