errors
relationalai.services.reasoners
Reasoners error types and error mapping.
The reasoners service builds on the shared client error hierarchy, but exposes
service-specific exception types so callers can catch reasoner failures precisely
(e.g. ReasonerNotFoundError).
Classes
Section titled “Classes”Classes exposed by this module.
ReasonerError Base error for reasoners operations.
ReasonerAuthError Raised when a reasoner request fails authentication or authorization.
ReasonerNotFoundError Raised when the requested reasoner does not exist.
ReasonerNotReadyError Raised when the reasoner exists but is not ready to serve the request.
ReasonerConflictError Raised when a reasoner operation conflicts with current reasoner state.
ReasonerInvalidRequestError Raised when the reasoner request is invalid.
ReasonerValidationException Invalid parameters for a reasoner operation (bad request / validation error).
ReasonerTimeoutError Raised when a reasoner request exceeds its deadline.
ReasonerServerError Raised when the backend fails while processing a reasoner request.
ReasonerHttpError Direct Access HTTP error with status code (useful for retries/classification).
ReasonerUnknownError Raised when a reasoner failure cannot be classified more precisely.