pub enum ModProbeError {
InputOutputError(Error),
SignalTerminatedExitCode {
linux_kernel_module_name: Box<[u8]>,
},
NonZeroExitCode {
linux_kernel_module_name: Box<[u8]>,
exit_code: i32,
},
}
Cause of error when modprobe fails.
Could not open file list of Linux kernel linux_kernel_modules.
Fields of SignalTerminatedExitCode
The Linux kernel module name (not necessarily UTF-8).
A module name was duplicated.
Fields of NonZeroExitCode
The Linux kernel module name (not necessarily UTF-8).
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
The lower-level source of this error, if any. Read more
Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level cause of this error, if any. Read more
Converts the given value to a String
. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static