1#[derive(Debug, thiserror::Error)] 2pub enum Error { 3 #[error(transparent)] 4 OpenId(#[from] openid::error::Error), 5}