struct Scry::BuildFailure
- Scry::BuildFailure
- Struct
- Value
- Object
Overview
Failure JSON output by Crystal compiler
Defined in:
scry/build_failure.crConstructors
Instance Method Summary
- #build_lsp_diagnostic
- #column : Int32
- #column=(_column : Int32)
- #file : String
- #file=(_file : String)
- #line : Union(Int32, Nil)
- #line=(_line : Union(Int32, Nil))
- #message : String
- #message=(_message : String)
- #size : Union(Int32, Nil)
- #size=(_size : Union(Int32, Nil))
- #to_json(json : JSON::Builder)