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