Build the error message for an invalid port value.

Synopsis

Declared in <common/messages.h>

bilingual_str
InvalidPortErrMsg(
    std::string const& optname,
    std::string const& strPort);

Return Value

The bilingual error message.

Parameters

Name

Description

optname

The option name whose port is invalid.

strPort

The offending port string.

Created with MrDocs