Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ __init__
Method
__init__
sdk-python/src/graphlite_sdk/error.py:28–29 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
26
class
QueryError(GraphLiteError):
27
""
"Query execution errors"
""
28
def
__init__(self, message: str):
29
super().__init__(f
"Query error: {message}"
)
30
31
class
TransactionError(GraphLiteError):
32
""
"Transaction errors"
""
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected