Problem

sealed trait Problem

A ''problem'' with an operation in the context of an atomic operation.

class Object
trait Matchable
class Any

Value members

Abstract methods

Returns the exception associated with this problem.

Returns the exception associated with this problem.

Returns:

a Some containing the exception that led to this problem or None if no problem was reported

Returns the operation corresponding to this problem.

Returns the operation corresponding to this problem.

Value parameters:
op

the operation corresponding to this problem