Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type NotFoundErrorFormatter = Request -> ServerError

    servant-server Servant.Server.Internal.ErrorFormatter

    This formatter does not get neither TypeRep nor error message.

  2. bodyParserErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error from parsing the request body.

  3. defaultErrorFormatters :: ErrorFormatters

    servant-server Servant.Server.Internal.ErrorFormatter

    Default formatters will just return HTTP 400 status code with error message as response body.

  4. headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error from parsing request headers.

  5. mkContextWithErrorFormatter :: forall (ctx :: [Type]) . Context ctx -> Context (MkContextWithErrorFormatter ctx)

    servant-server Servant.Server.Internal.ErrorFormatter

    No documentation available.

  6. notFoundErrorFormatter :: ErrorFormatters -> NotFoundErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error for not found URLs.

  7. urlParseErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error from parsing url parts or query parameters.

  8. data HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Specify the format to output the help.

  9. HelpFormatAll :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Display all modes.

  10. HelpFormatBash :: HelpFormat

    cmdargs System.Console.CmdArgs.Explicit

    Bash completion information

Page 515 of many | Previous | Next