[#common-InvalidPortErrMsg] = xref:common.adoc[common]::InvalidPortErrMsg :relfileprefix: ../ :mrdocs: Build the error message for an invalid port value. == Synopsis Declared in `<common/messages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bilingual_str.adoc[bilingual_str] InvalidPortErrMsg( std::string const& optname, std::string const& strPort); ---- == Return Value The bilingual error message. == Parameters [cols="1,4"] |=== | Name| Description | *optname* | The option name whose port is invalid. | *strPort* | The offending port string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#