File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Version:
10
10
V0_3 = 1601562686
11
11
V0_4 = 1074539808
12
12
V1_0 = 885177795
13
-
13
+
14
14
class Protocol :
15
15
PROTOBUF = 656407617
16
16
JSON = 2120839367
@@ -22,7 +22,7 @@ class QueryType:
22
22
STOP = 3
23
23
NOREPLY_WAIT = 4
24
24
SERVER_INFO = 5
25
-
25
+
26
26
class AssocPair :
27
27
pass
28
28
@@ -44,7 +44,7 @@ class ResponseType:
44
44
CLIENT_ERROR = 16
45
45
COMPILE_ERROR = 17
46
46
RUNTIME_ERROR = 18
47
-
47
+
48
48
class ErrorType :
49
49
INTERNAL = 1000000
50
50
RESOURCE_LIMIT = 2000000
@@ -54,7 +54,7 @@ class ErrorType:
54
54
OP_INDETERMINATE = 4200000
55
55
USER = 5000000
56
56
PERMISSION_ERROR = 6000000
57
-
57
+
58
58
class ResponseNote :
59
59
SEQUENCE_FEED = 1
60
60
ATOM_FEED = 2
@@ -71,7 +71,7 @@ class DatumType:
71
71
R_ARRAY = 5
72
72
R_OBJECT = 6
73
73
R_JSON = 7
74
-
74
+
75
75
class AssocPair :
76
76
pass
77
77
@@ -264,6 +264,6 @@ class TermType:
264
264
BIT_SAL = 195
265
265
BIT_SAR = 196
266
266
FORMAT = 197
267
-
267
+
268
268
class AssocPair :
269
269
pass
You can’t perform that action at this time.
0 commit comments