mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
rename string member to message
This commit is contained in:
parent
01c4eec592
commit
c3f701bc6a
3 changed files with 20 additions and 12 deletions
|
|
@ -8,12 +8,12 @@ pub enum Response<'a> {
|
|||
query: &'a str,
|
||||
},
|
||||
InternalServerError {
|
||||
error: String,
|
||||
message: String,
|
||||
path: Option<PathBuf>,
|
||||
query: Option<&'a str>,
|
||||
},
|
||||
NotFound {
|
||||
error: String,
|
||||
message: String,
|
||||
path: PathBuf,
|
||||
query: &'a str,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue