package thrift

  1. Overview
  2. Docs
type typ =
  1. | UNKNOWN
  2. | UNKNOWN_METHOD
  3. | INVALID_MESSAGE_TYPE
  4. | WRONG_METHOD_NAME
  5. | BAD_SEQUENCE_ID
  6. | MISSING_RESULT
  7. | INTERNAL_ERROR
  8. | PROTOCOL_ERROR
  9. | INVALID_TRANSFORM
  10. | INVALID_PROTOCOL
  11. | UNSUPPORTED_CLIENT_TYPE
val typ_of_i : int32 -> typ
val typ_to_i : typ -> int32
class t : object ... end
val create : typ -> string -> t
val read : Protocol.t -> t
exception E of t