class LSProtocol::CodeDescription

Overview

Structure to capture a description for an error code.

@since 3.16.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(href : URI | Nil) #

[View source]

Instance Method Detail

def href : URI #

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


[View source]