blob: bb412dd851099a6b6e55ba8f256d3fcebbbbb4a1 [file] [log] [blame]
Marc Kupietza61d2ba2015-03-20 16:30:26 +01001* 600 - 699 - Krill server error codes
Nils Diewald21914ff2015-02-28 02:09:47 +00002600: "Unable to read index"
3601: "Unable to find index"
4602: "Unable to add document to index"
5603: "Unable to commit staged data to index"
6604: "Unable to connect to database"
7610: "Missing request parameters"
8620: "Unable to generate JSON"
9621: "Unable to parse JSON"
10680: "Server is up and running!"
11681: "Document was added successfully", document id
12682: "Response time exceeded"
Marc Kupietza61d2ba2015-03-20 16:30:26 +010013683: "Staged data committed"
Nils Diewald21914ff2015-02-28 02:09:47 +000014
Marc Kupietza61d2ba2015-03-20 16:30:26 +010015* 700 - 799 - KoralQuery Deserialization errors
Nils Diewald21914ff2015-02-28 02:09:47 +000016700: "No Query given"
17701: "JSON-LD group has no @type attribute"
18702: "Boundary definition is invalid"
19703: "Group expects operation"
20704: "Operation needs operand list"
21705: "Number of operands is not acceptable"
22706: "Frame type is unknown"
23707: "Distance Constraints have to be defined as arrays"
24708: "No valid distances defined"
25709: "Valid class numbers exceeded"
26710: "Class attribute missing"
27711: "Unknown group operation"
28712: "Unknown reference operation"
29713: "Query type is not supported"
30714: "Span references expect a start position and a length parameter"
31715: "Attribute type is not supported"
32716: "Unknown relation"
margaretha5c26de42015-04-14 12:47:58 +020033717: "Missing relation node"
34718: "Missing relation term"
Nils Diewald21914ff2015-02-28 02:09:47 +000035740: "Key definition is missing in term or span"
36741: "Match relation unknown"
37742: "Term group needs operand list"
38743: "Term group expects a relation"
39744: "Operand not supported in term group"
40745: "Token type is not supported"
41746: "Term type is not supported - treated as a string"
42747: "Attribute is null"
Akrond504f212015-06-20 00:27:54 +020043748: "Flag is unknown"
Nils Diewald21914ff2015-02-28 02:09:47 +000044750: "Passed notifications are not well formed"
45760: "Exclusion is currently not supported in position operations"
46761: "Class reference operators are currently not supported"
47762: "Span references are currently not supported" (Not in use)
48763: "Excluding distance constraints are currently not supported"
49764: "Class reference checks are currently not supported - results may not be correct"
50765: "Relations are currently not supported"
51766: "Peripheral references are currently not supported"
52767: "Case insensitivity is currently not supported for this layer"
53768: "Attributes are currently not supported - results may not be correct"
54769: "Overlap variant currently interpreted as overlap"
55770: "Arity attributes are currently not supported - results may not be correct"
56771: "Arbitrary elements with attributes are currently not supported"
57780: "This query matches everywhere"
58781: "Optionality of query is ignored"
59782: "Exclusivity of query is ignored"
60799: Unknown query serialization message (Arbitrary string)
61
62* 800 - 899 - Virtual Collection Messages
63802: "Match type is not supported by value type"
64804: "Unknown value type"
65805: "Value is invalid"
66806: "Value is not a valid date string"
67807: "Value is not a valid regular expression"
68810: "Unknown document group operation" (like 711)
69811: "Document group expects operation" (like 703)
70812: "Operand not supported in document group" (like 744)
71813: "Collection type is not supported" (like 713)
72814: "Unknown rewrite operation"
73815: "Rewrite expects source"
74830: "Filter was empty"
75831: "Filter is not wrappable"
76832: "Filter operation is invalid"
77850: "Collections are deprecated in favour of a single collection"
78851: "Legacy filters need @value fields"
79
80* 900 - 999 - Corpus Data errors
81952: "Given offset information is not numeric"
Akron7d45e6b2015-06-26 17:23:42 +020082953: "Given offset information is incomplete"
83970: "Invalid foundry requested"