1#[derive(Debug, thiserror::Error)] 2pub enum SecurityError { 3 #[error("Memory wipe operation failed")] 4 MemoryWipeFailed, 5}