corda / net.corda.core.flows / NotaryError / TransactionInvalid

TransactionInvalid

data class TransactionInvalid : NotaryError

Occurs when the provided transaction fails to verify.

Constructors

<init>

Occurs when the provided transaction fails to verify.

TransactionInvalid(cause: Throwable)

Properties

cause

val cause: Throwable

Functions

toString

fun toString(): String