Enum air_trace_handler::merger::ApResultError
source · pub enum ApResultError {
InvalidDstGenerations(ApResult),
}Variants§
InvalidDstGenerations(ApResult)
Error occurred when Ap results contains not 1 generation in destination.
Trait Implementations§
source§impl Debug for ApResultError
impl Debug for ApResultError
source§impl Display for ApResultError
impl Display for ApResultError
source§impl Error for ApResultError
impl Error for ApResultError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ApResultError> for MergeError
impl From<ApResultError> for MergeError
source§fn from(source: ApResultError) -> Self
fn from(source: ApResultError) -> Self
Converts to this type from the input type.