corda / net.corda.core.contracts / TransactionVerificationException / ContractCreationError

ContractCreationError

class ContractCreationError : TransactionVerificationException

A Contract class named by a state could not be constructed. Most likely you do not have a no-argument constructor, or the class doesn't subclass Contract.

Properties

contractClass

The fully qualified class name of the failing contract.

val contractClass: String