serv-wai-0.2.0.0: Dependently typed API servers with Serv

Safe HaskellNone
LanguageHaskell2010

Serv.Wai.Error

Synopsis

Documentation

data RoutingError Source

Errors which arise during the "handling" portion of dealing with a response.

ignorable :: RoutingError -> Bool Source

An ignorable error is one which backtracks the routing search instead of forcing a response.