GenericError

data class GenericError(val cause: Throwable) : KaliumException

Generic errors e.g. Serialization errors

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable