Method: Presto::Client::QueryError#initialize
- Defined in:
- lib/presto/client/models.rb
#initialize(options = {}) ⇒ QueryError
Returns a new instance of QueryError.
191 192 193 194 195 196 197 |
# File 'lib/presto/client/models.rb', line 191 def initialize(={}) = [:message] @sql_state = [:sql_state] @error_code = [:error_code] @error_location = [:error_location] @failure_info = [:failure_info] end |