| Marc Kupietz | a61d2ba | 2015-03-20 16:30:26 +0100 | [diff] [blame] | 1 | * 600 - 699 - Krill server error codes | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 2 | 600: "Unable to read index" | 
|  | 3 | 601: "Unable to find index" | 
|  | 4 | 602: "Unable to add document to index" | 
|  | 5 | 603: "Unable to commit staged data to index" | 
|  | 6 | 604: "Unable to connect to database" | 
|  | 7 | 610: "Missing request parameters" | 
|  | 8 | 620: "Unable to generate JSON" | 
|  | 9 | 621: "Unable to parse JSON" | 
| Akron | 1f61957 | 2015-07-08 17:33:47 +0200 | [diff] [blame] | 10 | 651: "Unable to extend context" | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 11 | 680: "Server is up and running!" | 
|  | 12 | 681: "Document was added successfully", document id | 
|  | 13 | 682: "Response time exceeded" | 
| Marc Kupietz | a61d2ba | 2015-03-20 16:30:26 +0100 | [diff] [blame] | 14 | 683: "Staged data committed" | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 15 |  | 
| Marc Kupietz | a61d2ba | 2015-03-20 16:30:26 +0100 | [diff] [blame] | 16 | * 700 - 799 - KoralQuery Deserialization errors | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 17 | 700: "No Query given" | 
|  | 18 | 701: "JSON-LD group has no @type attribute" | 
|  | 19 | 702: "Boundary definition is invalid" | 
|  | 20 | 703: "Group expects operation" | 
|  | 21 | 704: "Operation needs operand list" | 
|  | 22 | 705: "Number of operands is not acceptable" | 
|  | 23 | 706: "Frame type is unknown" | 
|  | 24 | 707: "Distance Constraints have to be defined as arrays" | 
|  | 25 | 708: "No valid distances defined" | 
|  | 26 | 709: "Valid class numbers exceeded" | 
|  | 27 | 710: "Class attribute missing" | 
|  | 28 | 711: "Unknown group operation" | 
|  | 29 | 712: "Unknown reference operation" | 
|  | 30 | 713: "Query type is not supported" | 
|  | 31 | 714: "Span references expect a start position and a length parameter" | 
|  | 32 | 715: "Attribute type is not supported" | 
|  | 33 | 716: "Unknown relation" | 
| margaretha | 5c26de4 | 2015-04-14 12:47:58 +0200 | [diff] [blame] | 34 | 717: "Missing relation node" | 
|  | 35 | 718: "Missing relation term" | 
| Akron | 8abefa1 | 2016-02-13 05:35:42 +0100 | [diff] [blame^] | 36 | 730: "Invalid match identifier" | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 37 | 740: "Key definition is missing in term or span" | 
|  | 38 | 741: "Match relation unknown" | 
|  | 39 | 742: "Term group needs operand list" | 
|  | 40 | 743: "Term group expects a relation" | 
|  | 41 | 744: "Operand not supported in term group" | 
|  | 42 | 745: "Token type is not supported" | 
|  | 43 | 746: "Term type is not supported - treated as a string" | 
|  | 44 | 747: "Attribute is null" | 
| Akron | d504f21 | 2015-06-20 00:27:54 +0200 | [diff] [blame] | 45 | 748: "Flag is unknown" | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 46 | 750: "Passed notifications are not well formed" | 
|  | 47 | 760: "Exclusion is currently not supported in position operations" | 
|  | 48 | 761: "Class reference operators are currently not supported" | 
|  | 49 | 762: "Span references are currently not supported" (Not in use) | 
|  | 50 | 763: "Excluding distance constraints are currently not supported" | 
|  | 51 | 764: "Class reference checks are currently not supported - results may not be correct" | 
|  | 52 | 765: "Relations are currently not supported" | 
|  | 53 | 766: "Peripheral references are currently not supported" | 
|  | 54 | 767: "Case insensitivity is currently not supported for this layer" | 
|  | 55 | 768: "Attributes are currently not supported - results may not be correct" | 
|  | 56 | 769: "Overlap variant currently interpreted as overlap" | 
|  | 57 | 770: "Arity attributes are currently not supported - results may not be correct" | 
|  | 58 | 771: "Arbitrary elements with attributes are currently not supported" | 
|  | 59 | 780: "This query matches everywhere" | 
|  | 60 | 781: "Optionality of query is ignored" | 
|  | 61 | 782: "Exclusivity of query is ignored" | 
|  | 62 | 799: Unknown query serialization message (Arbitrary string) | 
|  | 63 |  | 
|  | 64 | * 800 - 899 - Virtual Collection Messages | 
|  | 65 | 802: "Match type is not supported by value type" | 
|  | 66 | 804: "Unknown value type" | 
|  | 67 | 805: "Value is invalid" | 
|  | 68 | 806: "Value is not a valid date string" | 
|  | 69 | 807: "Value is not a valid regular expression" | 
|  | 70 | 810: "Unknown document group operation" (like 711) | 
|  | 71 | 811: "Document group expects operation" (like 703) | 
|  | 72 | 812: "Operand not supported in document group" (like 744) | 
|  | 73 | 813: "Collection type is not supported" (like 713) | 
|  | 74 | 814: "Unknown rewrite operation" | 
|  | 75 | 815: "Rewrite expects source" | 
| Akron | 176c9b1 | 2015-07-29 19:53:40 +0200 | [diff] [blame] | 76 | 820: "Dates require value fields" | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 77 | 830: "Filter was empty" | 
|  | 78 | 831: "Filter is not wrappable" | 
|  | 79 | 832: "Filter operation is invalid" | 
| Akron | 176c9b1 | 2015-07-29 19:53:40 +0200 | [diff] [blame] | 80 | 841: "Match relation unknown for type" (like 741) | 
|  | 81 | 842: "Document group needs operand list" | 
|  | 82 | 843: "Document type is not supported" | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 83 | 850: "Collections are deprecated in favour of a single collection" | 
|  | 84 | 851: "Legacy filters need @value fields" | 
| Akron | 176c9b1 | 2015-07-29 19:53:40 +0200 | [diff] [blame] | 85 | 899: "Collections are not supported anymore in favour of a single collection" | 
| Nils Diewald | 21914ff | 2015-02-28 02:09:47 +0000 | [diff] [blame] | 86 |  | 
|  | 87 | * 900 - 999 - Corpus Data errors | 
|  | 88 | 952: "Given offset information is not numeric" | 
| Akron | 7d45e6b | 2015-06-26 17:23:42 +0200 | [diff] [blame] | 89 | 953: "Given offset information is incomplete" | 
|  | 90 | 970: "Invalid foundry requested" |