FailureHandlingKind

langoustine.lsp.enumerations.enumerations$package.FailureHandlingKind

Attributes

Source
enumerations.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

object given_Bijection_T_String extends Bijection[T, String]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
Supertypes
trait Bijection[T, String]
class Object
trait Matchable
class Any
object given_Typeable_T extends Typeable[T]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
Supertypes
trait TypeTest[Any, T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def ALL: Set[FailureHandlingKind]

Attributes

Definition Classes
StringEnum
Source
enumerations.scala

Inherited methods

inline protected def entry(n: String): FailureHandlingKind

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala

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

Source
enumerations.scala

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

Source
enumerations.scala

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

Source
enumerations.scala

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

Source
enumerations.scala

Givens

Inherited givens

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
given reader: Reader[FailureHandlingKind]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala
given writer: Writer[FailureHandlingKind]

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala

Extensions

Inherited extensions

extension (t: FailureHandlingKind)
inline def raw: String

Attributes

Inherited from:
StringEnum (hidden)
Source
enumTypes.scala