Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ kind
Method
kind
block/src/error.rs:195–197 ·
view source on GitHub ↗
The error classification.
(&self)
Source
from the content-addressed store, hash-verified
193
194
/// The error classification.
195
pub fn kind(&self) -> BlockErrorKind {
196
self.kind
197
}
198
199
/// The diagnostic context, if any.
200
pub fn context(&self) -> Option<&ErrorContext> {
Callers
15
process_desc_chain
Method · 0.80
control_loop
Method · 0.80
wait_for_stop_reason
Method · 0.80
notify
Function · 0.80
uffd_handler_loop
Method · 0.80
worker_receive_memory
Method · 0.80
start_thread
Method · 0.80
event_handler
Method · 0.80
start_thread
Method · 0.80
wait_for_eventfd
Function · 0.80
is_available
Method · 0.80
is_available
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_flush_error
Function · 0.64