class Presto::FailureInfo
- Presto::FailureInfo
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
presto/presto_types.crConstructors
Instance Method Summary
- #cause : FailureInfo | Nil
- #cause=(cause : FailureInfo | Nil)
- #error_location : ErrorLocation | Nil
- #error_location=(error_location : ErrorLocation | Nil)
- #message : String | Nil
- #message=(message : String | Nil)
- #stack : Array(String)
- #stack=(stack : Array(String))
- #supressed : Array(FailureInfo) | Nil
- #supressed=(supressed : Array(FailureInfo) | Nil)
- #type : String
- #type=(type : String)