Module ethcontract::errors[][src]

Expand description

Module with common error types.

Structs

Error that can occur while streaming contract events.

An error indicating an invalid private key. Private keys for secp256k1 must be exactly 32 bytes and fall within the range [1, n) where n is the order of the generator point of the curve.

Error that can occur while executing a contract call or transaction.

An error representing an error parsing a parameter type.

The error type that is returned when conversion to or from a 256-bit integer fails.

Enums

An error in loading or parsing an artifact.

An error reading bytecode string representation.

Error that can occur while locating a deployed contract.

Error that can occur while executing a contract call or transaction.

An error linking a library to bytecode.

The error type that is returned when parsing a 256-bit signed integer.