Enum ketos::encode::EncodeError
[−]
[src]
pub enum EncodeError {
Overflow,
UnencodableType(&'static str),
UnencodableValue(&'static str),
}Error in encoding bytecode file format
Variants
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