LSP::Data::ResponseError(D)
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(data : D | Nil = nil, message : String = "(no error message specified)", code : LSP::Data::ResponseError::Code = Code::InternalError)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code
Sourcecode=(code : Code)
Sourcedata
Sourcedata=(data : D | Nil)
Sourcemessage
Sourcemessage=(message : String)
Source