kalium
common
network
/
com.wire.kalium.network.exceptions
/
KaliumException
/
GenericError
Generic
Error
data
class
GenericError
(
val
cause
:
Throwable
)
:
KaliumException
Generic errors e.g. Serialization errors
Members
Constructors
Generic
Error
Link copied to clipboard
constructor
(
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable