[#common-ResolveErrMsg] = xref:common.adoc[common]::ResolveErrMsg :relfileprefix: ../ :mrdocs: Build the error message for a failed address resolution. == Synopsis Declared in `<common/messages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bilingual_str.adoc[bilingual_str] ResolveErrMsg( std::string const& optname, std::string const& strBind); ---- == Return Value The bilingual error message. == Parameters [cols="1,4"] |=== | Name| Description | *optname* | The option name whose value failed to resolve. | *strBind* | The address string that could not be resolved. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#