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

Class GraphLiteCoreError

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

Error from the core GraphLite library

Source from the content-addressed store, hash-verified

14 super().__init__(message)
15
16class GraphLiteCoreError(GraphLiteError):
17 """Error from the core GraphLite library"""
18 def __init__(self, message: str):
19 super().__init__(f"GraphLite error: {message}")
20
21class SessionError(GraphLiteError):
22 """Session-related errors"""

Callers 1

from_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected