module Akasha

Constants

CheckpointStreamNotFoundError

Missing stream when saving checkpoint.

CommandRoutingError

Base exception class for errors related to routing commands.

ConcurrencyError

Base exception class for concurrency-related errors.

ConflictError

Stream modified while processing a command.

Error

Base exception class for all Akasha errors.

EventRoutingError

Base exception class for errors related to routing events.

HandlerNotFoundError

No corresponding target for a command.

HttpClientError

4xx HTTP status code.

HttpServerError

5xx HTTP status code.

InvalidStreamNameError

Stream name contains invalid characters.

MissingProjectionError

Projection stream hasn't been set up yet.

StaleRevisionError

Stale aggregate revision number passed with command. It typically means that another actor already updated the aggregate.

StorageError

Base class for all storage backend errors.

UnsupportedHandlerError

Type of the handler found for a command is not supported.

VERSION