mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update failure message
This commit is contained in:
parent
6f5c2c69d3
commit
e6de0af133
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ impl Page {
|
||||||
},
|
},
|
||||||
HeaderError::StatusUndefined => match message {
|
HeaderError::StatusUndefined => match message {
|
||||||
Some(error) => gformat!("{error}"),
|
Some(error) => gformat!("{error}"),
|
||||||
None => gformat!("Undefined status code")
|
None => gformat!("Status code yet not supported")
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue