mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 14:56:53 +00:00
make most requested changes
This commit is contained in:
committed by
Alex Auvolat
parent
16300bbd89
commit
74373aebcf
+1
-1
@@ -19,7 +19,7 @@ pub enum Error {
|
||||
#[error(display = "Not found")]
|
||||
NotFound,
|
||||
|
||||
/// The client requested a malformed path
|
||||
/// The request contained an invalid UTF-8 sequence in its path or in other parameters
|
||||
#[error(display = "Invalid UTF-8: {}", _0)]
|
||||
InvalidUTF8(#[error(source)] std::str::Utf8Error),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user