ApplyWorkspaceEditResult

langoustine.lsp.structures.ApplyWorkspaceEditResult
See theApplyWorkspaceEditResult companion object
case class ApplyWorkspaceEditResult(applied: Boolean, failureReason: Opt[String], failedChange: Opt[uinteger])

The result returned from the apply workspace edit request.

Value parameters

applied

Indicates whether the edit was applied or not.

failedChange

Depending on the client's failure handling strategy failedChange might contain the index of the change that failed. This property is only available if the client signals a failureHandlingStrategy in its client capabilities.

failureReason

An optional textual description for why the edit was not applied. This may be used by the server for diagnostic logging or to provide a suitable error for a request that triggered the edit.

Attributes

Since

3.17 renamed from ApplyWorkspaceEditResponse

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product