CheckProblem

com.loopfor.zookeeper.CheckProblem
case class CheckProblem(op: CheckOperation, error: Option[KeeperException]) extends Problem

A problem with a ''check'' operation.

Attributes

error

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

op

the check operation corresponding to this problem

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Problem
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product