LSP::Protocol::ResponseError
Inherits Struct / Value / Object
Constructors
new(__temp_296 : JSON::PullParser)
Sourcenew(ex : ProtocolException)
Sourcenew(ex : Exception)
Sourcenew(message : String, data : Nil | Array(String) = nil, code : LSP::Protocol::ErrorCodes = ErrorCodes::UnknownErrorCode)
SourceInstance methods
code
Sourcecode=(_code : ErrorCodes)
Sourcedata
Sourcedata=(_data : Union(Array(String), Nil))
Sourcemessage
Sourcemessage=(_message : String)
Sourceto_json(json : JSON::Builder)
Source