Safe Haskell | None |
---|---|
Language | Haskell2010 |
Serv.Wai.Error
- data RoutingError
- ignorable :: RoutingError -> Bool
Documentation
data RoutingError Source
Errors which arise during the "handling" portion of dealing with a response.
Constructors
NotFound | |
BadRequest (Maybe String) | |
UnsupportedMediaType | |
MethodNotAllowed (Set Verb) |
ignorable :: RoutingError -> Bool Source
An ignorable error is one which backtracks the routing search instead of forcing a response.