host_unreachable_exceptions

in lib/elastic/transport/transport/http/faraday.rb [75:83]


          def host_unreachable_exceptions
            [
              ::Faraday::ConnectionFailed,
              ::Faraday::TimeoutError,
              ::Faraday.const_defined?(:ServerError) ? ::Faraday::ServerError : nil,
              ::Faraday::SSLError
            ].compact
          end