Enum hyper_fs::Exception
[−]
[src]
pub enum Exception {
Io(Error),
Method,
Typo,
Route,
}Error wrapped.
Variants
Io(Error)Io(io::error): not found, permission denied...
MethodHTTP Method is not GET or HEAD.
TypoNew a StaticFile by a index(Not is file) or New a StaticIndex by a file(Not is index).
RouteStaticFs's base url is not a prefix of Request's path.