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