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

Class ErrorCode

bindings/python/graphlite/graphlite.py:16–25  ·  view source on GitHub ↗

GraphLite error codes

Source from the content-addressed store, hash-verified

14
15
16class ErrorCode(IntEnum):
17 """GraphLite error codes"""
18 SUCCESS = 0
19 NULL_POINTER = 1
20 INVALID_UTF8 = 2
21 DATABASE_OPEN_ERROR = 3
22 SESSION_ERROR = 4
23 QUERY_ERROR = 5
24 PANIC_ERROR = 6
25 JSON_ERROR = 7
26
27
28class GraphLiteError(Exception):

Callers 4

__init__Method · 0.70
create_sessionMethod · 0.70
queryMethod · 0.70
close_sessionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected