FailureHandlingKind

class Object
trait Matchable
class Any

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]
Inherited from:
StringEnum (hidden)

Value members

Inherited methods

inline protected def entry(n: String): T
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.

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.

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.

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.

Givens

Inherited givens

Inherited from:
StringEnum (hidden)
Inherited from:
StringEnum (hidden)
Inherited from:
StringEnum (hidden)