struct

LSP::CodeDescription

Inherits JSON::Serializable < Struct < Value < Object

Structure to capture a description for an error code.

Constructors

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

Instance methods

href

An URI to open with more information about the diagnostic error.

Source
href=(href : String)

An URI to open with more information about the diagnostic error.

Source