Failure

data class Failure(val reason: String? = null) : JobResult<Nothing> (source)

The job failed permanently and must not be retried.

A periodic job that fails stops repeating.

Constructors

Link copied to clipboard
constructor(reason: String? = null)

Properties

Link copied to clipboard

Why the job failed, readable through JobInfo.failureReason.