implements sending update queries - and returns a sensible code for other query actions
[myslice.git] / manifold / manifoldresult.py
index c99d861..fcda3ad 100644 (file)
@@ -5,7 +5,8 @@ def enum(*sequential, **named):
 ManifoldCode = enum (
     SUCCESS=0,
     SESSION_EXPIRED=1,
-    OTHERS=2,
+    NOT_IMPLEMENTED=2,
+    OTHERS=3,
 )
 
 # being a dict this can be used with json.dumps