Class Mongo::Error::InvalidTXTRecord
In: lib/mongo/error/invalid_txt_record.rb
Parent: Error

This exception is raised when the URI Parser‘s query returns too many

  TXT records or the record specifies invalid options.

@example Instantiate the exception.

  Mongo::Error::InvalidTXTRecord.new(message)

@since 2.5.0

[Validate]