IncomingException
data class IncomingException(version: String?, data: IncomingException.Data, error: Boolean?, account: String?) : ClientMessageWrapper
Content copied to clipboard
An incoming message representing an exception that can be sent by signald corresponding to one of the documented error types in the protocol.
Constructors
Link copied to clipboard
fun IncomingException(version: String? = null, data: IncomingException.Data, error: Boolean? = false, account: String? = null)
Content copied to clipboard
Types
Link copied to clipboard
data class Data(typedException: TypedExceptionV1) : ClientMessageWrapper.Data
Content copied to clipboard