class LSP::ResponseError
- LSP::ResponseError
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/response_error.crConstructors
Instance Method Summary
-
#code : Int32
A number indicating the error type that occurred.
-
#code=(code : Int32)
A number indicating the error type that occurred.
-
#message : String
A string providing a short description of the error.
-
#message=(message : String)
A string providing a short description of the error.