Enum ketos::encode::EncodeError
[−]
[src]
pub enum EncodeError {
InvalidUtf8,
Overflow,
UnencodableType(&'static str),
UnencodableValue(&'static str),
}Error in encoding bytecode file format
Variants
InvalidUtf8A Path value contains invalid UTF-8
OverflowInteger overflow in encoding value
UnencodableType(&'static str)Attempt to encode a type that cannot be encoded
UnencodableValue(&'static str)Attempt to encode a value that cannot be encoded