struct LSP::Message::Hover::ErrorResponse

Included Modules

Defined in:

lsp/message.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : Int64 | String | Nil, error : Data::ResponseError(ErrorData)) #

def self.new(pull : JSON::PullParser) #

Class Method Detail

def self.method #

Instance Method Detail

def error : Data::ResponseError(ErrorData) | Nil #

def error=(error : Data::ResponseError(ErrorData) | Nil) #

def id : Int64 | String | Nil #

def id=(id : Int64 | String | Nil) #

def jsonrpc : String #

def jsonrpc=(jsonrpc : String) #

def request : SelfType | Nil #

def request=(request : SelfType | Nil) #