Module Frenetic.OpenFlow.OF10.Error.BadRequest

type t = Frenetic_kernel__OpenFlow0x01.Error.BadRequest.t =
| BadVersion
| BadType
| BadStat
| BadVendor
| BadSubType
| Eperm
| BadLen
| BufferEmpty
| BufferUnknown
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