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

Class TransactionError

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

Transaction errors

Source from the content-addressed store, hash-verified

29 super().__init__(f"Query error: {message}")
30
31class TransactionError(GraphLiteError):
32 """Transaction errors"""
33 def __init__(self, message: str):
34 super().__init__(f"Transaction error: {message}")
35
36class SerializationError(GraphLiteError):
37 """Serialization/deserialization errors"""

Callers 5

__init__Method · 0.85
executeMethod · 0.85
queryMethod · 0.85
commitMethod · 0.85
rollbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected