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

Class ConnectionError

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

Connection errors

Source from the content-addressed store, hash-verified

59 super().__init__(f"Not found: {message}")
60
61class ConnectionError(GraphLiteError):
62 """Connection errors"""
63 def __init__(self, message: str):
64 super().__init__(f"Connection error: {message}")
65
66class IoError(GraphLiteError):
67 """I/O errors"""

Callers 1

openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected