We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33956e5 commit 332df23Copy full SHA for 332df23
1 file changed
crates/devolutions-pedm/src/api/err.rs
@@ -6,7 +6,7 @@ use hyper::StatusCode;
6
use crate::db::DbError;
7
8
/// An error type for route handlers.
9
-///
+///
10
/// The error contains a status code and an optional error message.
11
#[derive(Debug)]
12
pub(crate) struct HandlerError(StatusCode, Option<String>);
0 commit comments