blob: 537da15ff6167c839ffdd5213397ebe094e875bd [file] [log] [blame]
Nils Diewald21914ff2015-02-28 02:09:47 +00001* 600 - 699 - Lucene Backend error codes
2600: "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"
13
14* 700 - 799 - Coral Deserialization errors
15700: "No Query given"
16701: "JSON-LD group has no @type attribute"
17702: "Boundary definition is invalid"
18703: "Group expects operation"
19704: "Operation needs operand list"
20705: "Number of operands is not acceptable"
21706: "Frame type is unknown"
22707: "Distance Constraints have to be defined as arrays"
23708: "No valid distances defined"
24709: "Valid class numbers exceeded"
25710: "Class attribute missing"
26711: "Unknown group operation"
27712: "Unknown reference operation"
28713: "Query type is not supported"
29714: "Span references expect a start position and a length parameter"
30715: "Attribute type is not supported"
31716: "Unknown relation"
32740: "Key definition is missing in term or span"
33741: "Match relation unknown"
34742: "Term group needs operand list"
35743: "Term group expects a relation"
36744: "Operand not supported in term group"
37745: "Token type is not supported"
38746: "Term type is not supported - treated as a string"
39747: "Attribute is null"
40750: "Passed notifications are not well formed"
41760: "Exclusion is currently not supported in position operations"
42761: "Class reference operators are currently not supported"
43762: "Span references are currently not supported" (Not in use)
44763: "Excluding distance constraints are currently not supported"
45764: "Class reference checks are currently not supported - results may not be correct"
46765: "Relations are currently not supported"
47766: "Peripheral references are currently not supported"
48767: "Case insensitivity is currently not supported for this layer"
49768: "Attributes are currently not supported - results may not be correct"
50769: "Overlap variant currently interpreted as overlap"
51770: "Arity attributes are currently not supported - results may not be correct"
52771: "Arbitrary elements with attributes are currently not supported"
53780: "This query matches everywhere"
54781: "Optionality of query is ignored"
55782: "Exclusivity of query is ignored"
56799: Unknown query serialization message (Arbitrary string)
57
58* 800 - 899 - Virtual Collection Messages
59802: "Match type is not supported by value type"
60804: "Unknown value type"
61805: "Value is invalid"
62806: "Value is not a valid date string"
63807: "Value is not a valid regular expression"
64810: "Unknown document group operation" (like 711)
65811: "Document group expects operation" (like 703)
66812: "Operand not supported in document group" (like 744)
67813: "Collection type is not supported" (like 713)
68814: "Unknown rewrite operation"
69815: "Rewrite expects source"
70830: "Filter was empty"
71831: "Filter is not wrappable"
72832: "Filter operation is invalid"
73850: "Collections are deprecated in favour of a single collection"
74851: "Legacy filters need @value fields"
75
76* 900 - 999 - Corpus Data errors
77952: "Given offset information is not numeric"
78953: "Given offset information is incomplete"