Exception: RubySnowflake::Error
- Inherits:
-
StandardError
- Object
- StandardError
- RubySnowflake::Error
- Defined in:
- lib/ruby_snowflake/client.rb
Direct Known Subclasses
BadResponseError, ConnectionError, ConnectionStarvedError, MissingConfig, QueryTimeoutError, RequestError, RetryableBadResponseError
Instance Method Summary collapse
-
#initialize(details) ⇒ Error
constructor
A new instance of Error.
- #message ⇒ Object
Constructor Details
#initialize(details) ⇒ Error
Returns a new instance of Error.
32 33 34 |
# File 'lib/ruby_snowflake/client.rb', line 32 def initialize(details) @details = details end |
Instance Method Details
#message ⇒ Object
36 37 38 |
# File 'lib/ruby_snowflake/client.rb', line 36 def @details.to_s end |