Module Wl_surface.Error

Wl_surface error values.

These errors can be emitted in response to wl_surface requests.

type t =
  1. | Invalid_scale : t
  2. | Invalid_transform : t
  3. | Invalid_size : t
  4. | Invalid_offset : t
  5. | Defunct_role_object : t
val to_int32 : t -> int32
val of_int32 : int32 -> t