pub enum ValidationError {
InvalidKind(Box<(String, String)>),
AlternativeSourceCanNotBeEmpty,
AlternativeNameCanNotBeEmpty,
IssuesWithAnEmptyIDFieldAreNotAllowed,
AdvisoriesWithNoIDSAreNotAllowed,
AdvisoriesWithAnEmptyIDFieldAreNotAllowed,
}Variants
InvalidKind(Box<(String, String)>)
AlternativeSourceCanNotBeEmpty
AlternativeNameCanNotBeEmpty
IssuesWithAnEmptyIDFieldAreNotAllowed
AdvisoriesWithNoIDSAreNotAllowed
AdvisoriesWithAnEmptyIDFieldAreNotAllowed
Trait Implementations
Performs the conversion.
