Companion

object Companion

Functions

Link copied to clipboard
fun argumentNotFound(name: String, functionName: String? = null): ContractSpecException

Creates an exception for when a required argument is not provided.

Link copied to clipboard

Creates an exception for conversion failures.

Link copied to clipboard

Creates an exception for when a spec entry is not found.

Link copied to clipboard

Creates an exception for when a function is not found in the contract spec.

Link copied to clipboard

Creates an exception for invalid enum values.

Link copied to clipboard

Creates an exception for invalid type conversion.