NUMERIC_VALUE_OUT_OF_RANGE error class
((ERROR-CLASS-MESSAGE))This error class has the following derived error classes.
WITHOUT_SUGGESTION
The <roundedValue>
rounded half up from <originalValue>
cannot be represented as Decimal(<precision>
, <scale>
).
WITH_SUGGESTION
<value>
cannot be represented as Decimal(<precision>
, <scale>
). If necessary set <config>
to “false” to bypass this error, and return NULL instead.