FailureHandlingKind

langoustine.lsp.enumerations$.FailureHandlingKind$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]

Attributes

Inherited from:
StringEnum (hidden)
Graph
Supertypes
trait TypeTest[Any, T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

inline protected def entry(n: String): T

Attributes

Inherited from:
StringEnum (hidden)

Concrete fields

Applying the workspace change is simply aborted if one of the changes provided fails. All operations executed before the failing operation stay executed.

Applying the workspace change is simply aborted if one of the changes provided fails. All operations executed before the failing operation stay executed.

Attributes

If the workspace edit contains only textual file changes they are executed transactional. If resource changes (create, rename or delete file) are part of the change the failure handling strategy is abort.

If the workspace edit contains only textual file changes they are executed transactional. If resource changes (create, rename or delete file) are part of the change the failure handling strategy is abort.

Attributes

All operations are executed transactional. That means they either all succeed or no changes at all are applied to the workspace.

All operations are executed transactional. That means they either all succeed or no changes at all are applied to the workspace.

Attributes

The client tries to undo the operations already executed. But there is no guarantee that this is succeeding.

The client tries to undo the operations already executed. But there is no guarantee that this is succeeding.

Attributes

Givens

Inherited givens

Attributes

Inherited from:
StringEnum (hidden)

Attributes

Inherited from:
StringEnum (hidden)

Attributes

Inherited from:
StringEnum (hidden)

Extensions

Inherited extensions

extension (t: T)
inline def raw: String

Attributes

Inherited from:
StringEnum (hidden)