Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Index of exceptions


C
Channel_closed [Eliom_comet]

Channel_closed is raised when reading on a channel and the server side of the application closed channel ( the server was restarted, a session was closed, or a stateless channel was garbage collected).

Channel_full [Eliom_comet]

Channel_full is raised when trying to read on a channel marked full by the server.


E
Exception_on_server [Eliom_client_value]

This exception is raised (in Lwt) on the client if a call to a server function Eliom_client.server_function fails (in Lwt) on the server side.


F
False [Eliom_client_value]

N
Not_ready [Eliom_cscache]