X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/32c2d2b24876d902d1b2062de77bd2e6f098b31d..4be6970bd437db93e90bc46c2b5a0ddf14be1e5b:/docs/api/Status.md diff --git a/docs/api/Status.md b/docs/api/Status.md index 8c3e25e9..1a5ff0a8 100644 --- a/docs/api/Status.md +++ b/docs/api/Status.md @@ -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) |