CommandError

works.iterative.entity.CommandError
sealed trait CommandError[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 InvalidCommand[Id, Command, Event, State]
class UnhandledCommand[Id, Command, Event, State]

Members list

Value members

Inherited and Abstract methods

def userMessage: UserMessage

Attributes

Inherited from:
AggregateError