ErrorHandler

fun interface ErrorHandler

Callback to be executed on incoming job failure notification.

Functions

Link copied to clipboard
abstract fun handle(msg: ErrorNotification)

Handles the job failure notification.