jobbit v0.5.0 Jobbit.TimeoutError exception

Exception generated when a Jobbit task times out.

Captures the Task and timeout value.

Link to this section Summary

Link to this section Types

Specs

t() :: %Jobbit.TimeoutError{
  __exception__: term(),
  task: Task.t(),
  timeout: timeout()
}