Fail

data class Fail(e: Throwable) : LottieCompositionResult

Functions

component1
Link copied to clipboard
operator fun component1(): Throwable
copy
Link copied to clipboard
fun copy(e: Throwable): LottieCompositionResult.Fail
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
invoke
Link copied to clipboard
open operator fun invoke(): LottieComposition?
toString
Link copied to clipboard
open override fun toString(): String

Properties

composition
Link copied to clipboard
open val composition: LottieComposition? = null
e
Link copied to clipboard
val e: Throwable