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

Class QueryError

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

Query execution errors

Source from the content-addressed store, hash-verified

24 super().__init__(f"Session error: {message}")
25
26class QueryError(GraphLiteError):
27 """Query execution errors"""
28 def __init__(self, message: str):
29 super().__init__(f"Query error: {message}")
30
31class TransactionError(GraphLiteError):
32 """Transaction errors"""

Callers 3

queryMethod · 0.85
queryMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected