Added error in case ClickHouse is missing (#9946)

This commit is contained in:
Matteo Biscosi 2026-01-13 10:14:48 +01:00
parent 0948f70a89
commit 22ddfdcca4
2 changed files with 7 additions and 0 deletions

View file

@ -323,6 +323,12 @@ local rest_utils = {
str = "ADD_POOL_FAILED_TOO_MANY_POOLS_ENTERPRISE"
},
clickhouse_missing = {
http_code = 409,
rc = -61,
str = "CLICKHOUSE_MISSING"
},
-- nEdge
dhcp_active_leases_not_nedge = {
http_code = 409,