Enum db_up::ChangelogErrorKind
source · pub enum ChangelogErrorKind {
EmptyChangelog,
MinVersionNotFound(String, String),
MaxVersionNotFound(String, String),
IoError(Error),
Other(Box<dyn Error + Send + Sync + 'static, Global>),
}
Expand description
Kinds of errors that can occur when processing a ChangelogFile
Variants§
EmptyChangelog
MinVersionNotFound(String, String)
min_version, requested_min_version
MaxVersionNotFound(String, String)
max_version, requested_max_version