MCPcopy 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_chainMethod · 0.80
control_loopMethod · 0.80
wait_for_stop_reasonMethod · 0.80
notifyFunction · 0.80
uffd_handler_loopMethod · 0.80
worker_receive_memoryMethod · 0.80
start_threadMethod · 0.80
event_handlerMethod · 0.80
start_threadMethod · 0.80
wait_for_eventfdFunction · 0.80
is_availableMethod · 0.80
is_availableMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_flush_errorFunction · 0.64