| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Serv.Internal.Server.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 [Verb] |
ignorable :: RoutingError -> Bool Source #
An ignorable error is one which backtracks the routing search instead of forcing a response.