Module Wl_subcompositor.Error

type t =
  1. | Bad_surface : t
  2. | Bad_parent : t
val to_int32 : t -> int32
val of_int32 : int32 -> t