FactoryError

works.iterative.entity.FactoryError
sealed trait FactoryError[Id, Command, Event, State] extends AggregateError[Id, Command, Event, State]

Attributes

Graph
Supertypes
trait AggregateError[Id, Command, Event, State]
class Object
trait Matchable
class Any
Known subtypes
class EntityAlreadyExists[Id, Command, Event, State]
class EntityNotFound[Id, Command, Event, State]

Members list

Value members

Abstract methods

def entityId: String
def userMessage: UserMessage