class BSON::Error::InvalidDecimal128String

an invalid format.
Raised when trying to create a Decimal128 from a string with

def message

Returns:
  • (String) - The error message.

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