class BSON::Error::UnrepresentablePrecision
Raised when the significand provided is outside the valid range.
def message
-
(String)- The error message.
def message 'The value contains too much precision for Decimal128 representation' end
Raised when the significand provided is outside the valid range.
(String)
- The error message.
def message 'The value contains too much precision for Decimal128 representation' end