1 2 3#[derive(thiserror::Error, Debug)] 4pub enum Error { 5 #[error("Verification Failed")] 6 VerificationFailed 7}