class LSProtocol::ResponseMessage

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : Int32 | String, result : JSON::Any | Nil = nil) #

[View source]

Instance Method Detail

def id : Int32 | String #

The request id where the error occurred.


[View source]
def jsonrpc : String #

[View source]
def result : JSON::Any | Nil #

[View source]