jobbit v0.5.0 Jobbit.ExitError exception

Exception generated when the task's process is signaled to exit.

Captures the Task and the reason of the exit.

Link to this section Summary

Link to this section Types

Specs

reason() :: term()

Specs

t() :: %Jobbit.ExitError{
  __exception__: term(),
  reason: reason(),
  task: Task.t()
}