ClientServerError
relationalai.client.errors.exceptions
Raised when the backend fails while processing a request.
Inheritance Hierarchy
Section titled “Inheritance Hierarchy”Subclassed By
Section titled “Subclassed By”. ├── client > errors > exceptions │ ├── AbortedTransactionError │ └── SnowflakeDatabaseException └── services ├── jobs > errors │ ├── JobClientDisconnectedError │ └── JobServerError └── reasoners > errors ├── ReasonerHttpError └── ReasonerServerError