mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add the single public crate error type. It combines a BlockErrorKind for classification, an optional boxed source for the underlying cause, and an optional ErrorContext for diagnostics. Display renders the kind and context only, leaving source traversal to error reporters so the cause chain is not duplicated in human readable output. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>