class BSON::Error::UnrepresentablePrecision

Raised when the significand provided is outside the valid range.

def message

Returns:
  • (String) - The error message.
def message
  'The value contains too much precision for Decimal128 representation'
end