struct

LSP::Data::ResponseError(D)

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(data : D | Nil = nil, message : String = "(no error message specified)", code : LSP::Data::ResponseError::Code = Code::InternalError)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code
Source
code=(code : Code)
Source
data
Source
data=(data : D | Nil)
Source
message
Source
message=(message : String)
Source

Nested types