//shared/org.readium.r2.shared.util/Try/onFailure
onFailure¶
[androidJvm]\ inline fun onFailure(action: (Failure) -> Unit): Try<Success, Failure>
Performs the given action on the encapsulated Throwable exception if this instance represents failure. Returns the original Try unchanged.