/// Errors produced by this Library
#[derive(Debug, thiserror::Error)]pubenumError{/// A Error that can occur when requesting web content
#[error("An Error occurred while requesting web content: {0}")]
Request(#[from]reqwest::Error),#[error("Gallery does not exits")]
DoesNotExist,}