Build the error message for a failed address resolution.
Declared in <common/messages.h>
bilingual_str
ResolveErrMsg(
std::string const& optname,
std::string const& strBind);
The bilingual error message.
| Name | Description |
|---|---|
| optname | The option name whose value failed to resolve. |
| strBind | The address string that could not be resolved. |