LSP::Message::Initialize::ErrorData
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(retry : Bool = true)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
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.
retry=(retry : Bool)
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.