Module Naboris.ErrorHandler
Module with error handler types.
type t= exn -> Route.t -> ((string * string) list * string) Lwt.tCalled when
Res.reportErroris called. Expects return values of anLwt.tpromise containing a tuple ofheaders(list(string * string)) andresponse_body(string).