]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix: 705 Status Code Documenation
authorRomeo <romeo@echo-analytics.io>
Fri, 4 Nov 2022 16:59:36 +0000 (17:59 +0100)
committerRomeo <romeo@echo-analytics.io>
Fri, 4 Nov 2022 16:59:36 +0000 (17:59 +0100)
docs/api/Status.md

index 8c3e25e94339085b7c2a52bd9cc358b7209f863e..51581b8adbac56f265c0c13c0fa9dcf2de9a1868 100644 (file)
@@ -57,10 +57,11 @@ code and message, e.g.
 
 Possible status codes are
 
-   |     | message              | notes                                             |
-   |-----|----------------------|---------------------------------------------------|
-   | 700 | "No database"        | connection failed                                 |
-   | 701 | "Module failed"      | database could not load nominatim.so              |
+  |    | message          | notes                                             |
+   |------------------|----------------------|---------------------------------------------------|
+   | 700 | "No database"    | connection failed                                 |
+   | 701 | "Module failed"  | database could not load nominatim.so              |
    | 702 | "Module call failed" | nominatim.so loaded but calling a function failed |
-   | 703 | "Query failed"       | test query against a database table failed        |
-   | 704 | "No value"           | test query worked but returned no results         |
+   | 70 | "Query failed"   | test query against a database table failed        |
+   | 704 | "No value"       | test query worked but returned no results         |
+   | 705 | "Import date is not available"           | No import dates were returned (enabling replication can fix this)         |