aboutsummaryrefslogtreecommitdiffstats
path: root/src/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/errors.rs b/src/errors.rs
index feb91e2..cb6efa8 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -14,13 +14,6 @@ pub enum ContextualError {
#[fail(display = "Failed to process multipart request\ncaused by: {}", _0)]
MultipartError(actix_multipart::MultipartError),
- /// This error might occur when decoding the HTTP authentication header.
- #[fail(
- display = "Failed to decode HTTP authentication header\ncaused by: {}",
- _0
- )]
- Base64DecodeError(base64::DecodeError),
-
/// Any error related to an invalid path (failed to retrieve entry name, unexpected entry type, etc)
#[fail(display = "Invalid path\ncaused by: {}", _0)]
InvalidPathError(String),