corda / net.corda.core.contracts / TransactionVerificationException / ContractRejection

ContractRejection

class ContractRejection : TransactionVerificationException

Indicates that one of the Contract.verify methods selected by the contract constraints and attachments rejected the transaction by throwing an exception.

Properties

contractClass

The fully qualified class name of the failing contract.

val contractClass: String