Enum ethabi::Error [] [src]

pub enum Error {
    InvalidData,
    Utf8(FromUtf8Error),
    InvalidName,
}

ABI error variants.

Variants

Returned when encoded / decoded data does not match params.

Returned when there is a problem with decoding utf8 string.

Returned when constructor, function or event does not exists.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<FromUtf8Error> for Error
[src]

Performs the conversion.