tagion.actor.exceptions

Undocumented in source.

Members

Classes

ActorException
class ActorException

Exception type used by tagion.actor.actor

RunFailure
class RunFailure
Undocumented in source.
UnknownMessage
class UnknownMessage

Exception sent when the actor gets a message that it doesn't handle

Static functions

taskException
immutable(TaskFailure) taskException(const(Throwable) e)

This function set the taskname set by the logger The version LOGGER must be enabled for this to work The function is used to send the exception to the task owner ownerTid

Structs

TaskFailure
struct TaskFailure
Undocumented in source.
_Throwable
struct _Throwable
Undocumented in source.

Meta