serv-0.1.0.0: Dependently typed API server framework

Safe HaskellNone
LanguageHaskell2010

Serv.Internal.Server.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.