Enum ethcontract_common::errors::BytecodeError [−][src]
pub enum BytecodeError {
InvalidLength,
PlaceholderTooShort,
InvalidHexDigit(char),
}Expand description
An error reading bytecode string representation.
Variants
Bytecode string is not an even length.
Placeholder is not long enough at end of bytecode string.
InvalidHexDigit(char)Invalid hex digit
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BytecodeErrorimpl Send for BytecodeErrorimpl Sync for BytecodeErrorimpl Unpin for BytecodeErrorimpl UnwindSafe for BytecodeError