Enum ketos::encode::EncodeError [] [src]

pub enum EncodeError {
    Overflow,
    UnencodableType(&'static str),
    UnencodableValue(&'static str),
}

Error in encoding bytecode file format

Variants

Integer overflow in encoding value

Attempt to encode a type that cannot be encoded

Attempt to encode a value that cannot be encoded

Trait Implementations

impl Debug for EncodeError
[src]

Formats the value using the given formatter.

impl Display for EncodeError
[src]

Formats the value using the given formatter.