MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / SessionError

Class SessionError

sdk-python/src/graphlite_sdk/error.py:21–24  ·  view source on GitHub ↗

Session-related errors

Source from the content-addressed store, hash-verified

19 super().__init__(f"GraphLite error: {message}")
20
21class SessionError(GraphLiteError):
22 """Session-related errors"""
23 def __init__(self, message: str):
24 super().__init__(f"Session error: {message}")
25
26class QueryError(GraphLiteError):
27 """Query execution errors"""

Callers 1

sessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected