Enum jujutsu_lib::revset::RevsetError
source · pub enum RevsetError {
NoSuchRevision(String),
AmbiguousIdPrefix(String),
StoreError(BackendError),
}Variants§
Trait Implementations§
source§impl Debug for RevsetError
impl Debug for RevsetError
source§impl Display for RevsetError
impl Display for RevsetError
source§impl Error for RevsetError
impl Error for RevsetError
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<BackendError> for RevsetError
impl From<BackendError> for RevsetError
source§fn from(source: BackendError) -> Self
fn from(source: BackendError) -> Self
Converts to this type from the input type.