Enum decart::Error [−][src]
pub enum Error {
IoError(Error),
DecodingError(DecodingError),
ParsingError(Error),
}Expand description
Represents the types of errors that can occur during decoding of an Octocart.
Variants
IoError(Error)IO error while reading Octocart file
Tuple Fields of IoError
0: ErrorDecodingError(DecodingError)Decoding error while reading decoding payload from Octocart
Tuple Fields of DecodingError
ParsingError(Error)Decoding error while deserializing data from payload
Tuple Fields of ParsingError
0: ErrorTrait Implementations
Performs the conversion.