Problem

com.loopfor.zookeeper.Problem
sealed trait Problem

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Returns the exception associated with this problem.

Returns the exception associated with this problem.

Attributes

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.

Attributes

op

the operation corresponding to this problem