toImmediateErrorJob

@JvmStatic
@JvmName(name = "immediateErrorJob")
fun OnFailure.toImmediateErrorJob(name: String, cause: Throwable, handler: UncaughtException.Handler): EnqueuedJob(source)

Creates a EnqueuedJob which immediately invokes OnFailure with the provided cause.