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

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

Error in encoding bytecode file format

Variants

A Path value contains invalid UTF-8

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. Read more

impl NameDisplay for EncodeError
[src]

Writes the value's display representation to the formatter stream.