corda / com.r3.enm.servicesapi.zone.handlers / RpcResponseMessage

RpcResponseMessage

data class RpcResponseMessage

Constructors

<init>

RpcResponseMessage(status: String, error: String?, body: String?)

Properties

body

val body: String?

error

val error: String?

status

val status: String

Functions

toStream

fun toStream(b: <ERROR CLASS>): Unit

Companion Object Properties

BODY_CHARSET

val BODY_CHARSET: <ERROR CLASS>

ERROR_CHARSET

val ERROR_CHARSET: <ERROR CLASS>

STATUS_CHARSET

val STATUS_CHARSET: <ERROR CLASS>

Companion Object Functions

fromStream

fun fromStream(b: <ERROR CLASS>): RpcResponseMessage