some other cleanup
This commit is contained in:
+3
-3
@@ -4,12 +4,12 @@ use thiserror::Error;
|
||||
pub enum Error {
|
||||
#[error("failed to obtain handle")]
|
||||
HandleError(String),
|
||||
#[error("failed to create instance")]
|
||||
#[error("failed to access process memory")]
|
||||
MemoryError(String),
|
||||
#[error("failed to create process")]
|
||||
ProcessError(String),
|
||||
#[error("failed to create snapshot")]
|
||||
SnapshotError(String),
|
||||
#[error("failed to convert integer")]
|
||||
IntegerConversionError(#[from] std::num::TryFromIntError),
|
||||
#[error("failed to access process memory")]
|
||||
MemoryError(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user