BIP2598

Severity

20 : Error

Message

Error scaling decimal. Attempted precision '<insert_2>' scale '<insert_3>'. State = '<insert_0>' '<insert_1>' '0' ''

Explanation

An attempt was made to convert a decimal value to a precision or scale which are beyond the limits of the decimal data type. The maximum precision is 34 the maximum scale is 999,999,999

Response

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