package piaf

  1. Overview
  2. Docs

Errors

type t =
  1. | NoError
  2. | ProtocolError
  3. | InternalError
  4. | FlowControlError
  5. | SettingsTimeout
  6. | StreamClosed
  7. | FrameSizeError
  8. | RefusedStream
  9. | Cancel
  10. | CompressionError
  11. | ConnectError
  12. | EnhanceYourCalm
  13. | InadequateSecurity
  14. | HTTP_1_1_Required
  15. | UnknownError_code of int32
val to_string : t -> string
val pp_hum : Format.formatter -> t -> unit