View source
typedef InitializeError
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The data type of the ResponseError if the initialize request fails.
Fields
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.