[−][src]Enum lsm::LsmError
Variants
LibBug(String)
PluginBug(String)
TimeOut(String)
DaemonNotRunning(String)
PermissionDenied(String)
NameConflict(String)
ExistsInitiator(String)
InvalidArgument(String)
NoStateChange(String)
NetworkConRefused(String)
NetworkHostDown(String)
NetworkError(String)
NoMemory(String)
NoSupport(String)
IsMasked(String)
HasChildDependency(String)
NotFoundAccessGroup(String)
NotFoundFs(String)
NotFoundJob(String)
NotFoundPool(String)
NotFoundFsSnapshot(String)
NotFoundVolume(String)
NotFoundNfsExport(String)
NotFoundSystem(String)
NotFoundDisk(String)
NotLicensed(String)
NoSupportOnlineChange(String)
NoSupportOfflineChange(String)
PluginAuthFailed(String)
PluginIpcFail(String)
PluginSocketPermission(String)
PluginNotExist(String)
NoEnoughSpace(String)
TransportCommunication(String)
TransportSerialization(String)
TransportInvalidArg(String)
LastInitInAccessGroup(String)
UnSupportedSearchKey(String)
EmptyAccessGroup(String)
PoolNotReady(String)
DiskNotFree(String)
Trait Implementations
impl Debug for LsmError
[src]
impl Display for LsmError
[src]
impl Error for LsmError
[src]
fn description(&self) -> &str
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl From<Error> for LsmError
[src]
impl From<Error> for LsmError
[src]
impl From<Error> for LsmError
[src]
impl From<FromUtf8Error> for LsmError
[src]
fn from(e: FromUtf8Error) -> Self
[src]
impl From<ParseIntError> for LsmError
[src]
fn from(e: ParseIntError) -> Self
[src]
impl From<Utf8Error> for LsmError
[src]
Auto Trait Implementations
impl RefUnwindSafe for LsmError
impl Send for LsmError
impl Sync for LsmError
impl Unpin for LsmError
impl UnwindSafe for LsmError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,