Enum crev_data::Error [−][src]
pub enum Error {
Show variants
KindFieldMissing,
UnexpectedKindValueInALegacyFormat,
ParsingErrorWhenLookingForStartOfCodeReviewProof,
ParsingErrorTypeNameMismatchInTheSignature,
ParsingErrorTypeNameMismatchInTheFooter,
SignatureTooLong,
UnexpectedEOFWhileParsing,
ProofBodyTooLong,
Validation(ValidationError),
YAMLFormat(Box<str>),
Id(IdError),
Parse(ParseError),
UnknownLevel(Box<str>),
IO(Error),
BuildingProof(Box<str>),
BuildingReview(Box<str>),
SerializedTooManyProofs(usize),
}Variants
Validation(ValidationError)Id(IdError)Parse(ParseError)IO(Error)SerializedTooManyProofs(usize)Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error