We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1042168 commit 251fbb6Copy full SHA for 251fbb6
src/hyperlight_host/src/error.rs
@@ -150,11 +150,6 @@ pub enum HyperlightError {
150
#[error("The flatbuffer is invalid")]
151
InvalidFlatBuffer(#[from] InvalidFlatbuffer),
152
153
- /// Error occurred in KVM Operation
154
- #[error("KVM Error {0:?}")]
155
- #[cfg(kvm)]
156
- KVMError(#[from] kvm_ioctls::Error),
157
-
158
/// Conversion of str to Json failed
159
#[error("Conversion of str data to json failed")]
160
JsonConversionFailure(#[from] serde_json::Error),
0 commit comments