Class Mongo::Error::NoSRVRecords
In: lib/mongo/error/no_srv_records.rb
Parent: Error

This exception is raised when the URI Parser‘s DNS query returns no SRV records.

@example Instantiate the exception.

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

@since 2.5.0

[Validate]