WorkerExceptionInfo


class WorkerExceptionInfo


Represents exceptions occurred from initializing or executing a ListenableWorker.

Summary

Public constructors

WorkerExceptionInfo(
    workerClassName: String,
    workerParameters: WorkerParameters,
    throwable: Throwable
)

Public properties

Throwable

The Throwable thrown while initializing or executing a ListenableWorker

String

The class name of the worker

WorkerParameters

Parameters for worker initialization

Public constructors

WorkerExceptionInfo

WorkerExceptionInfo(
    workerClassName: String,
    workerParameters: WorkerParameters,
    throwable: Throwable
)

Public properties

throwable

val throwableThrowable

The Throwable thrown while initializing or executing a ListenableWorker

workerClassName

val workerClassNameString

The class name of the worker

workerParameters

val workerParametersWorkerParameters

Parameters for worker initialization