Exception: ClickhouseRuby::ConnectionNotEstablished

Inherits:
ConnectionError show all
Defined in:
lib/clickhouse_ruby/errors.rb

Overview

Raised when a connection cannot be established Common causes: wrong host/port, network issues, authentication failure

Instance Attribute Summary

Attributes inherited from Error

#original_error

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from ClickhouseRuby::Error