View Source GenLSP.Structures.CodeDescription (gen_lsp v0.8.1)

Structure to capture a description for an error code.

@since 3.16.0

Link to this section Summary

Functions

Fields

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

Link to this section Types

@type t() :: %GenLSP.Structures.CodeDescription{href: GenLSP.BaseTypes.uri()}

Link to this section Functions

Link to this function

%GenLSP.Structures.CodeDescription{}

View Source (struct)

fields

Fields

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