blob: 62b3e2f935f323c0d7b3d23130a0d8167a4c3618 [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"
Akron1f619572015-07-08 17:33:47 +020010651: "Unable to extend context"
Nils Diewald21914ff2015-02-28 02:09:47 +000011680: "Server is up and running!"
12681: "Document was added successfully", document id
13682: "Response time exceeded"
Marc Kupietza61d2ba2015-03-20 16:30:26 +010014683: "Staged data committed"
Nils Diewald21914ff2015-02-28 02:09:47 +000015
Marc Kupietza61d2ba2015-03-20 16:30:26 +010016* 700 - 799 - KoralQuery Deserialization errors
Nils Diewald21914ff2015-02-28 02:09:47 +000017700: "No Query given"
18701: "JSON-LD group has no @type attribute"
19702: "Boundary definition is invalid"
20703: "Group expects operation"
21704: "Operation needs operand list"
22705: "Number of operands is not acceptable"
23706: "Frame type is unknown"
24707: "Distance Constraints have to be defined as arrays"
25708: "No valid distances defined"
26709: "Valid class numbers exceeded"
27710: "Class attribute missing"
28711: "Unknown group operation"
29712: "Unknown reference operation"
30713: "Query type is not supported"
31714: "Span references expect a start position and a length parameter"
32715: "Attribute type is not supported"
33716: "Unknown relation"
margaretha5c26de42015-04-14 12:47:58 +020034717: "Missing relation node"
35718: "Missing relation term"
Nils Diewald21914ff2015-02-28 02:09:47 +000036740: "Key definition is missing in term or span"
37741: "Match relation unknown"
38742: "Term group needs operand list"
39743: "Term group expects a relation"
40744: "Operand not supported in term group"
41745: "Token type is not supported"
42746: "Term type is not supported - treated as a string"
43747: "Attribute is null"
Akrond504f212015-06-20 00:27:54 +020044748: "Flag is unknown"
Nils Diewald21914ff2015-02-28 02:09:47 +000045750: "Passed notifications are not well formed"
46760: "Exclusion is currently not supported in position operations"
47761: "Class reference operators are currently not supported"
48762: "Span references are currently not supported" (Not in use)
49763: "Excluding distance constraints are currently not supported"
50764: "Class reference checks are currently not supported - results may not be correct"
51765: "Relations are currently not supported"
52766: "Peripheral references are currently not supported"
53767: "Case insensitivity is currently not supported for this layer"
54768: "Attributes are currently not supported - results may not be correct"
55769: "Overlap variant currently interpreted as overlap"
56770: "Arity attributes are currently not supported - results may not be correct"
57771: "Arbitrary elements with attributes are currently not supported"
58780: "This query matches everywhere"
59781: "Optionality of query is ignored"
60782: "Exclusivity of query is ignored"
61799: Unknown query serialization message (Arbitrary string)
62
63* 800 - 899 - Virtual Collection Messages
64802: "Match type is not supported by value type"
65804: "Unknown value type"
66805: "Value is invalid"
67806: "Value is not a valid date string"
68807: "Value is not a valid regular expression"
69810: "Unknown document group operation" (like 711)
70811: "Document group expects operation" (like 703)
71812: "Operand not supported in document group" (like 744)
72813: "Collection type is not supported" (like 713)
73814: "Unknown rewrite operation"
74815: "Rewrite expects source"
75830: "Filter was empty"
76831: "Filter is not wrappable"
77832: "Filter operation is invalid"
78850: "Collections are deprecated in favour of a single collection"
79851: "Legacy filters need @value fields"
80
81* 900 - 999 - Corpus Data errors
82952: "Given offset information is not numeric"
Akron7d45e6b2015-06-26 17:23:42 +020083953: "Given offset information is incomplete"
84970: "Invalid foundry requested"