struct Presto::QueryError

Included Modules

Defined in:

presto/presto_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def error_code : Int32 #

[View source]
def error_code=(error_code : Int32) #

[View source]
def error_location : ErrorLocation | Nil #

[View source]
def error_location=(error_location : ErrorLocation | Nil) #

[View source]
def error_name : String #

[View source]
def error_name=(error_name : String) #

[View source]
def error_type : String #

[View source]
def error_type=(error_type : String) #

[View source]
def failure_info : FailureInfo #

[View source]
def failure_info=(failure_info : FailureInfo) #

[View source]
def message : String #

[View source]
def message=(message : String) #

[View source]
def sql_state : String | Nil #

[View source]
def sql_state=(sql_state : String | Nil) #

[View source]