Build the error message for an invalid amount value.
Synopsis
Declared in <common/messages.h>
bilingual_str
AmountErrMsg(
std::string const& optname,
std::string const& strValue);
Return Value
The bilingual error message.
Parameters
Name |
Description |
optname |
The option name whose amount is invalid. |
strValue |
The offending amount string. |
Created with MrDocs