AggregateError

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait CommandError[Id, Command, Event, State]
class InvalidCommand[Id, Command, Event, State]
class UnhandledCommand[Id, Command, Event, State]
trait EventError[Id, Command, Event, State]
class UnhandledEvent[Id, Command, Event, State]
trait FactoryError[Id, Command, Event, State]
class EntityAlreadyExists[Id, Command, Event, State]
class EntityNotFound[Id, Command, Event, State]
class InvalidRequest[Id, Command, Event, State]
Show all

Members list

Value members

Abstract methods

def userMessage: UserMessage