pub enum EnvOpsError {
CanisterRoleUnavailable,
ParentPidUnavailable,
SubnetPidUnavailable,
SubnetRoleUnavailable,
RootPidUnavailable,
}Expand description
EnvOpsError
Variants§
Trait Implementations§
Source§impl Debug for EnvOpsError
impl Debug for EnvOpsError
Source§impl Display for EnvOpsError
impl Display for EnvOpsError
Source§impl Error for EnvOpsError
impl Error for EnvOpsError
1.30.0§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<EnvOpsError> for ConfigOpsError
impl From<EnvOpsError> for ConfigOpsError
Source§fn from(source: EnvOpsError) -> Self
fn from(source: EnvOpsError) -> Self
Converts to this type from the input type.
Source§impl From<EnvOpsError> for Error
impl From<EnvOpsError> for Error
Source§fn from(err: EnvOpsError) -> Self
fn from(err: EnvOpsError) -> Self
Converts to this type from the input type.
Source§impl From<EnvOpsError> for StorageOpsError
impl From<EnvOpsError> for StorageOpsError
Source§fn from(source: EnvOpsError) -> Self
fn from(source: EnvOpsError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EnvOpsError
impl RefUnwindSafe for EnvOpsError
impl Send for EnvOpsError
impl Sync for EnvOpsError
impl Unpin for EnvOpsError
impl UnwindSafe for EnvOpsError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more