JsonMessageWrapper

sealed class JsonMessageWrapper<out Response>

Encapsulates the response schema from the signald socket.

Properties

data
Link copied to clipboard
common
abstract val data: Response?
error
Link copied to clipboard
common
open val error: JsonObject? = null
errorType
Link copied to clipboard
common
open val errorType: String? = null
exception
Link copied to clipboard
common
open val exception: String? = null
id
Link copied to clipboard
common
open val id: String? = null
isSuccessful
Link copied to clipboard
common
val isSuccessful: Boolean
version
Link copied to clipboard
common
open val version: String? = null