//shared/org.readium.r2.shared.util/Try/Companion/failure
failure¶
[androidJvm]\ fun <Failure : Throwable> failure(failure: Failure): Try<Nothing, Failure>
Returns the encapsulated Throwable exception if this instance represents failure or null if it is success.