common::ResolveErrMsg

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

NameDescription
optnameThe option name whose value failed to resolve.
strBindThe address string that could not be resolved.