JsonMessageWrapper

sealed class JsonMessageWrapper<out Response>

Encapsulates the response schema from the signald socket.

Properties

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