NUMERIC_VALUE_OUT_OF_RANGE error condition
This error condition has the following derived sub error conditions.
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.