Wl_display.Error
Global error values.
These errors are global and can be emitted in response to any server request.
type t =
| Invalid_object : t
| Invalid_method : t
| No_memory : t
| Implementation : t
val to_int32 : t -> int32
val of_int32 : int32 -> t