corda / net.corda.core.flows / NotaryError / General

General

data class General : NotaryError

Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.

Constructors

<init>

Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.

General(cause: Throwable)

Properties

cause

val cause: Throwable

Functions

toString

fun toString(): String