struct LSP::Message::ShowMessageRequest::ErrorResponse
- LSP::Message::ShowMessageRequest::ErrorResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/message.crConstructors
- .new(id : Int64 | String | Nil, error : Data::ResponseError(ErrorData))
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #error : Data::ResponseError(ErrorData) | Nil
- #error=(error : Data::ResponseError(ErrorData) | Nil)
- #id : Int64 | String | Nil
- #id=(id : Int64 | String | Nil)
- #jsonrpc : String
- #jsonrpc=(jsonrpc : String)
- #request : SelfType | Nil
- #request=(request : SelfType | Nil)