]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix: format
authorRomeo <romeo@echo-analytics.io>
Fri, 4 Nov 2022 17:05:40 +0000 (18:05 +0100)
committerRomeo <romeo@echo-analytics.io>
Fri, 4 Nov 2022 17:05:40 +0000 (18:05 +0100)
docs/api/Status.md

index 69afea0c1cd3950b46365ebe91edf689b92e3cab..1a5ff0a8465f6699b7eb5ea9460f69522ed67b54 100644 (file)
@@ -57,11 +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         |
-   | 705 | "Import date is not available"           | No import dates were returned (enabling replication can fix this)         |
\ No newline at end of file
+|     | 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) |