ContractCallException

Types

Link copied to clipboard
class BalancingFailed(message: String, cause: Throwable? = null) : ContractCallException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ProvingFailed(message: String, cause: Throwable? = null) : ContractCallException
Link copied to clipboard
class StateFetchFailed(message: String, cause: Throwable? = null) : ContractCallException
Link copied to clipboard
class SubmissionFailed(message: String, cause: Throwable? = null) : ContractCallException

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?