package thrift

  1. Overview
  2. Docs
type exn_type =
  1. | UNKNOWN
  2. | NOT_OPEN
  3. | ALREADY_OPEN
  4. | TIMED_OUT
  5. | END_OF_FILE
exception E of exn_type * string
class virtual t : object ... end
class factory : object ... end
class virtual server_t : object ... end