Skip to content

errors

relationalai.services.graphs

Graphs error types.

The graphs service is a thin Direct Access wrapper, so its error hierarchy reuses the shared client error base classes. Callers can catch GraphError for any graphs-specific failure, or the base classes (e.g. ClientNotFoundError) for cross-service handling.

GraphsUnsupportedError is raised at call time when client.graphs is used on a deployment that does not expose the Direct Access graph endpoints (e.g. SQL-only).

Classes exposed by this module.