SetProblem

case class SetProblem(op: SetOperation, error: Option[KeeperException]) extends Problem

A problem with a ''set'' operation.

Value parameters:
error

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

op

the set operation corrresponding to this problem

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

Value members

Inherited methods

Inherited from:
Product