class BSON::Error::InvalidDecimal128Argument

Raised when trying to create a Decimal128 from an object that is neither a String nor a BigDecimal.

def message

Returns:
  • (String) - The error message.

Other tags:
    Example: Get the message. -
def message
  MESSAGE
end