EntityAlreadyExists

works.iterative.entity.EntityAlreadyExists
case class EntityAlreadyExists[Id, Command, Event, State](entityId: String, id: Id) extends FactoryError[Id, Command, Event, State]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FactoryError[Id, Command, Event, State]
trait AggregateError[Id, Command, Event, State]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def userMessage: UserMessage

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product