CargueroTaskBunny.FailureBackend.Logger (CargueroCargueroTaskBunny v0.0.7) View Source

Default failure backend that reports job errors to Logger.

Link to this section Summary

Functions

Returns the message content for the job error.

Link to this section Functions

Link to this function

get_job_error_message(error)

View Source

Specs

get_job_error_message(CargueroTaskBunny.JobError.t()) :: String.t()

Returns the message content for the job error.

Callback implementation for CargueroTaskBunny.FailureBackend.report_job_error/1.