struct LSP::ResponseMessage(Result)

Included Modules

Defined in:

response_message.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(**args) #

Instance Method Detail

def error : ResponseError? #

The error object in case a request fails.


def error=(error : ResponseError?) #

The error object in case a request fails.


The request id.


def id=(id : RequestMessage::RequestId?) #

The request id.


def result : Result? #

def result=(result : Result?) #