corda / net.corda.core.flows / NotaryError / RequestSignatureInvalid

RequestSignatureInvalid

data class RequestSignatureInvalid : NotaryError

Occurs when the notarisation request signature does not verify for the provided transaction.

Constructors

<init>

Occurs when the notarisation request signature does not verify for the provided transaction.

RequestSignatureInvalid(cause: Throwable)

Properties

cause

val cause: Throwable

Functions

toString

fun toString(): String