corda / com.r3.enm.servicesapi.identitymanager.handlers / CertificateSubmissionResponse

CertificateSubmissionResponse

class CertificateSubmissionResponse

Response message from doorman for the certificate submission message.

Constructors

<init>

CertificateSubmissionResponse(errorMessage: String?)

Response message from doorman for the certificate submission message.

Properties

errorMessage

val errorMessage: String?

Server error description if any

Functions

toStream

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

Companion Object Functions

fromStream

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