package wayland

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wl_display.ErrorSource

Global error values.

These errors are global and can be emitted in response to any server request.

Sourcetype t =
  1. | Invalid_object : t
  2. | Invalid_method : t
  3. | No_memory : t
  4. | Implementation : t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t
OCaml

Innovation. Community. Security.