pub enum CriError {
SandboxNotFound(u64),
ContainerNotFound(u64),
InvalidStateTransition,
SandboxNotReady(u64),
AlreadyExists(u64),
}Expand description
CRI error type.
Variants§
SandboxNotFound(u64)
Sandbox not found.
ContainerNotFound(u64)
Container not found.
InvalidStateTransition
Invalid state transition.
SandboxNotReady(u64)
Sandbox is not ready.
AlreadyExists(u64)
Duplicate ID.
Trait Implementations§
impl Eq for CriError
impl StructuralPartialEq for CriError
Auto Trait Implementations§
impl Freeze for CriError
impl RefUnwindSafe for CriError
impl Send for CriError
impl Sync for CriError
impl Unpin for CriError
impl UnwindSafe for CriError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)