struct Presto::QueryError
- Presto::QueryError
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
presto/presto_types.crConstructors
Instance Method Summary
- #error_code : Int32
- #error_code=(error_code : Int32)
- #error_location : ErrorLocation | Nil
- #error_location=(error_location : ErrorLocation | Nil)
- #error_name : String
- #error_name=(error_name : String)
- #error_type : String
- #error_type=(error_type : String)
- #failure_info : FailureInfo
- #failure_info=(failure_info : FailureInfo)
- #message : String
- #message=(message : String)
- #sql_state : String | Nil
- #sql_state=(sql_state : String | Nil)