Module Xdg_surface.Error

type t =
  1. | Not_constructed : t
  2. | Already_constructed : t
  3. | Unconfigured_buffer : t
  4. | Invalid_serial : t
  5. | Invalid_size : t
  6. | Defunct_role_object : t
val to_int32 : t -> int32
val of_int32 : int32 -> t