blob: 67587ac3532e657f7746a4c06368ff091a7f35a3 [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"
Akron8abefa12016-02-13 05:35:42 +010036730: "Invalid match identifier"
Nils Diewald21914ff2015-02-28 02:09:47 +000037740: "Key definition is missing in term or span"
38741: "Match relation unknown"
39742: "Term group needs operand list"
40743: "Term group expects a relation"
41744: "Operand not supported in term group"
42745: "Token type is not supported"
43746: "Term type is not supported - treated as a string"
44747: "Attribute is null"
Akrond504f212015-06-20 00:27:54 +020045748: "Flag is unknown"
Nils Diewald21914ff2015-02-28 02:09:47 +000046750: "Passed notifications are not well formed"
47760: "Exclusion is currently not supported in position operations"
48761: "Class reference operators are currently not supported"
49762: "Span references are currently not supported" (Not in use)
50763: "Excluding distance constraints are currently not supported"
51764: "Class reference checks are currently not supported - results may not be correct"
52765: "Relations are currently not supported"
53766: "Peripheral references are currently not supported"
54767: "Case insensitivity is currently not supported for this layer"
55768: "Attributes are currently not supported - results may not be correct"
56769: "Overlap variant currently interpreted as overlap"
57770: "Arity attributes are currently not supported - results may not be correct"
58771: "Arbitrary elements with attributes are currently not supported"
59780: "This query matches everywhere"
60781: "Optionality of query is ignored"
61782: "Exclusivity of query is ignored"
62799: Unknown query serialization message (Arbitrary string)
63
64* 800 - 899 - Virtual Collection Messages
65802: "Match type is not supported by value type"
66804: "Unknown value type"
67805: "Value is invalid"
68806: "Value is not a valid date string"
69807: "Value is not a valid regular expression"
70810: "Unknown document group operation" (like 711)
71811: "Document group expects operation" (like 703)
72812: "Operand not supported in document group" (like 744)
73813: "Collection type is not supported" (like 713)
74814: "Unknown rewrite operation"
75815: "Rewrite expects source"
Akron176c9b12015-07-29 19:53:40 +020076820: "Dates require value fields"
Nils Diewald21914ff2015-02-28 02:09:47 +000077830: "Filter was empty"
78831: "Filter is not wrappable"
79832: "Filter operation is invalid"
Akron176c9b12015-07-29 19:53:40 +020080841: "Match relation unknown for type" (like 741)
81842: "Document group needs operand list"
82843: "Document type is not supported"
Nils Diewald21914ff2015-02-28 02:09:47 +000083850: "Collections are deprecated in favour of a single collection"
84851: "Legacy filters need @value fields"
Akron176c9b12015-07-29 19:53:40 +020085899: "Collections are not supported anymore in favour of a single collection"
Nils Diewald21914ff2015-02-28 02:09:47 +000086
87* 900 - 999 - Corpus Data errors
88952: "Given offset information is not numeric"
Akron7d45e6b2015-06-26 17:23:42 +020089953: "Given offset information is incomplete"
90970: "Invalid foundry requested"