tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
TaskFailure
tagion
actor
exceptions
Undocumented in source.
immutable
struct
TaskFailure {
string
task_name
;
Throwable
throwable
;
const
(
Document
)
toDoc
();
}
Members
Functions
toDoc
const
(
Document
)
toDoc
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
task_name
string
task_name
;
Undocumented in source.
throwable
Throwable
throwable
;
Undocumented in source.
Meta
Source
See Implementation
tagion
actor
exceptions
classes
ActorException
RunFailure
UnknownMessage
static functions
taskException
structs
TaskFailure
_Throwable