class

LSP::ResponseError

Inherits JSON::Serializable < Reference < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code

A number indicating the error type that occurred.

Source
code=(code : Int32)

A number indicating the error type that occurred.

Source
message

A string providing a short description of the error.

Source
message=(message : String)

A string providing a short description of the error.

Source