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

The data type of the ResponseError if the initialize request fails.

Link to this section Summary

Functions

Fields

  • retry: Indicates whether the client execute the following retry logic: (1) show the message provided by the ResponseError to the user (2) user selects retry or cancel (3) if user selected retry the initialize method is sent again.

Link to this section Types

@type t() :: %GenLSP.Structures.InitializeError{retry: boolean()}

Link to this section Functions

Link to this function

%GenLSP.Structures.InitializeError{}

View Source (struct)

fields

Fields

  • retry: Indicates whether the client execute the following retry logic: (1) show the message provided by the ResponseError to the user (2) user selects retry or cancel (3) if user selected retry the initialize method is sent again.