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