Results for “Std.App.AppError”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.AppError
Why a program could not run.
- Std.App.explain
&Std.App.AppError -> StrWhat a refusal says.
- Std.App.run
&Std.App.App -> Result[Int, Std.App.AppError]Start everything, serve until the work is finished, then stop everything.
- Std.App.serve
Str -> &Std.Http.Server.Route.Router -> Result[Int, Std.App.AppError]A name and a router, and a service is running.
- Std.App.web
Str -> &Std.Http.Server.Route.Router -> Result[Std.App.App, Std.App.AppError]The same application, built and not run.
