parent
1c366a9071
commit
09f3264a64
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ pub(crate) type Result<T> = core::result::Result<T, Error>;
|
|||
|
||||
/// Custom error type for the Bandcamp client
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
#[non_exhaustive]
|
||||
pub enum Error {
|
||||
/// Error from the HTTP client
|
||||
#[error("http error: {0}")]
|
||||
|
|
Loading…
Add table
Reference in a new issue