From ecd5a3fdf9acd355b77af1b05781450a2df31b5e Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 4 Nov 2022 17:59:36 +0100 Subject: [PATCH] fix: 705 Status Code Documenation --- docs/api/Status.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/api/Status.md b/docs/api/Status.md index 8c3e25e9..51581b8a 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 | + | | 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) | -- 2.45.1