RequestFailedException

Constructors

Link copied to clipboard
constructor(response: ActionResponse)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
fun Exception.handle(tag: String? = null, severity: Int = Log.ERROR)

Handles an exception by executing the custom exception handler lambda passed to setCustomExceptionHandler. If no custom handler is set, the exception is logged to Android's logcat.