package polymarket

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Frame.Close_codeSource

Sourcetype t =
  1. | Normal
  2. | Going_away
  3. | Protocol_error
  4. | Unsupported_data
  5. | No_status
  6. | Abnormal
  7. | Invalid_payload
  8. | Policy_violation
  9. | Message_too_big
  10. | Missing_extension
  11. | Internal_error
  12. | Other of int
Sourceval to_int : t -> int
Sourceval of_int : int -> t