type t
val permission_denied : t
val logout_needed : t
val uri_path : t -> string
Path to redirect users to to see this error.
val uri : t -> Uri.t
uri t is Uri.of_string (uri_path t)
uri t
Uri.of_string (uri_path t)