Results for “Std.App.Session.SessionError”
6 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Session.SessionError
Why a session could not be started or continued.
- Std.App.Session.anonymous
Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]A session belonging to nobody in particular.
- Std.App.Session.explain
&Std.App.Session.SessionError -> StrWhat a refusal says.
- Std.App.Session.signedIn
&Std.App.Session.Session -> Str -> Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]The session somebody has after signing in.
- Std.App.Session.signedOut
&Std.App.Session.Session -> Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]The session somebody has after signing out.
- Std.App.Session.started
Str -> Int -> Result[Std.App.Session.Session, Std.App.Session.SessionError]A session for somebody who has just proved who they are, with nothing
