common::AmountErrMsg

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

NameDescription
optnameThe option name whose amount is invalid.
strValueThe offending amount string.