Skip to content

Commit

Permalink
Update src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Borai <[email protected]>
  • Loading branch information
alejandro0619 and EstebanBorai authored Aug 5, 2023
1 parent 3ef38c0 commit 3127f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use thiserror;
use reqwest::{StatusCode, header};
use std::env::VarError;

/// Custom error handling
/// Check this out: https://docs.imagekit.io/api-reference/api-introduction#error-codes
#[derive(thiserror::Error, Debug)]
Expand Down

0 comments on commit 3127f6c

Please sign in to comment.