]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2865 from Romeo-PHILLIPS/fix/documentation_status_code
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 5 Nov 2022 21:14:44 +0000 (22:14 +0100)
committerGitHub <noreply@github.com>
Sat, 5 Nov 2022 21:14:44 +0000 (22:14 +0100)
Fix: documentation status code

docs/api/Status.md

index 8c3e25e94339085b7c2a52bd9cc358b7209f863e..1a5ff0a8465f6699b7eb5ea9460f69522ed67b54 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              |
-   | 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         |
+|     | 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                         |
+| 705 | "Import date is not available" | No import dates were returned (enabling replication can fix this) |