package openflow

  1. Overview
  2. Docs
module HelloFailed : sig ... end
module BadRequest : sig ... end
module BadAction : sig ... end
module FlowModFailed : sig ... end
module PortModFailed : sig ... end
module QueueOpFailed : sig ... end
type c =
  1. | HelloFailed of HelloFailed.t
  2. | BadRequest of BadRequest.t
  3. | BadAction of BadAction.t
  4. | FlowModFailed of FlowModFailed.t
  5. | PortModFailed of PortModFailed.t
  6. | QueueOpFailed of QueueOpFailed.t
type t =
  1. | Error of c * Cstruct.t
val to_string : t -> string