Module Frenetic.OpenFlow.OF10.Error

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 = Frenetic_kernel__OpenFlow0x01.Error.c =
| HelloFailed of HelloFailed.t
| BadRequest of BadRequest.t
| BadAction of BadAction.t
| FlowModFailed of FlowModFailed.t
| PortModFailed of PortModFailed.t
| QueueOpFailed of QueueOpFailed.t
val c_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> c
val sexp_of_c : c ‑> Ppx_sexp_conv_lib.Sexp.t
type t = Frenetic_kernel__OpenFlow0x01.Error.t =
| Error of c * Cstruct.t Core.sexp_opaque
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t
val to_string : t ‑> string