X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d573da5b2cd572fe43bc144797dafca84eaca7b1..7d911f9ffbdf63b2b2a45c3a3ee7063d006a5779:/docs/api/Status.md?ds=sidebyside diff --git a/docs/api/Status.md b/docs/api/Status.md index 17b4c31f..1a5ff0a8 100644 --- a/docs/api/Status.md +++ b/docs/api/Status.md @@ -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 | - | 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) | \ 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) |