Failure

data class Failure<A>(reason: A) : ShazamKitResult<A, Nothing>

Properties

reason
Link copied to clipboard
val reason: A
The cause of the failure.