View Source Oban.PerformError exception (Oban v2.18.0)
Wraps the reason returned by {:error, reason}
, {:cancel, reason}
, or {:discard, reason}
in
a proper exception.
The original return tuple is available in the :reason
key.
Wraps the reason returned by {:error, reason}
, {:cancel, reason}
, or {:discard, reason}
in
a proper exception.
The original return tuple is available in the :reason
key.