blob: 524924a29bdd8108c885ae783c13693bd65c8335 [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"
33740: "Key definition is missing in term or span"
34741: "Match relation unknown"
35742: "Term group needs operand list"
36743: "Term group expects a relation"
37744: "Operand not supported in term group"
38745: "Token type is not supported"
39746: "Term type is not supported - treated as a string"
40747: "Attribute is null"
41750: "Passed notifications are not well formed"
42760: "Exclusion is currently not supported in position operations"
43761: "Class reference operators are currently not supported"
44762: "Span references are currently not supported" (Not in use)
45763: "Excluding distance constraints are currently not supported"
46764: "Class reference checks are currently not supported - results may not be correct"
47765: "Relations are currently not supported"
48766: "Peripheral references are currently not supported"
49767: "Case insensitivity is currently not supported for this layer"
50768: "Attributes are currently not supported - results may not be correct"
51769: "Overlap variant currently interpreted as overlap"
52770: "Arity attributes are currently not supported - results may not be correct"
53771: "Arbitrary elements with attributes are currently not supported"
54780: "This query matches everywhere"
55781: "Optionality of query is ignored"
56782: "Exclusivity of query is ignored"
57799: Unknown query serialization message (Arbitrary string)
58
59* 800 - 899 - Virtual Collection Messages
60802: "Match type is not supported by value type"
61804: "Unknown value type"
62805: "Value is invalid"
63806: "Value is not a valid date string"
64807: "Value is not a valid regular expression"
65810: "Unknown document group operation" (like 711)
66811: "Document group expects operation" (like 703)
67812: "Operand not supported in document group" (like 744)
68813: "Collection type is not supported" (like 713)
69814: "Unknown rewrite operation"
70815: "Rewrite expects source"
71830: "Filter was empty"
72831: "Filter is not wrappable"
73832: "Filter operation is invalid"
74850: "Collections are deprecated in favour of a single collection"
75851: "Legacy filters need @value fields"
76
77* 900 - 999 - Corpus Data errors
78952: "Given offset information is not numeric"
79953: "Given offset information is incomplete"