BIP2592

Severity

20 : Error

Message

Error converting character string '<insert_0>' to decimal.

Explanation

An attempt was made to convert a character string to a decimal, but the string was of the wrong format. The string must be of the form [][.][[]E] where can be one of '+' or '-' and are one or more decimal digits (0-9). The E can be of either case. This string may be both preceeded and followed by any number of blanks but no blanks may occur within the given format. The maximum precision is 34 digits and the maximum exponent is 999,999,999.

Response

Other messages will give an indication of context of this error.