1#[derive(Debug, Fail)] 2pub enum StorkError { 3 #[fail(display = "error whilst fetching link from StorkClient")] 4 ClientError, 5}