class LSP::ResponseError

Included Modules

Defined in:

lsp/protocol/response_error.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def code : Int32 #

A number indicating the error type that occurred.


[View source]
def code=(code : Int32) #

A number indicating the error type that occurred.


[View source]
def message : String #

A string providing a short description of the error.


[View source]
def message=(message : String) #

A string providing a short description of the error.


[View source]