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