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