struct

LSP::ResponseError

Inherits JSON::Serializable / Struct / Value / Object

Constructors

new(code : Int32, message : String, data : JSON::Any | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code
Source
code=(code : Int32)
Source
data
Source
data=(data : JSON::Any | Nil)
Source
message
Source
message=(message : String)
Source