mirror of https://gitee.com/bigwinds/arangodb
improve error message (#10478)
This commit is contained in:
parent
8741d338d0
commit
43677785dd
|
@ -1039,7 +1039,8 @@ arangodb::Result processInputDirectory(
|
||||||
<< "Reloading of Foxx services failed: " << res.errorMessage()
|
<< "Reloading of Foxx services failed: " << res.errorMessage()
|
||||||
<< "- in the cluster Foxx services will be available eventually, On single servers send "
|
<< "- in the cluster Foxx services will be available eventually, On single servers send "
|
||||||
<< "a POST to '/_api/foxx/_local/heal' on the current database, "
|
<< "a POST to '/_api/foxx/_local/heal' on the current database, "
|
||||||
<< "with an empty body.";
|
<< "with an empty body. Please note that any of this is not necessary if the Foxx APIs "
|
||||||
|
<< "have been turned off on the server using the option `--foxx.api false`.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue