OnFailure

fun interface OnFailure : Callback<Throwable>

A functional interface representing a failure callback that takes a Throwable as the result.

Functions

Link copied to clipboard
abstract operator fun invoke(result: Throwable)

Invokes the callback with the provided result.