package ocgtk

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

Module GErrorSource

Sourcetype t

GError type representing errors from GTK/GLib functions.

GError values are constructed by the C FFI layer and used exclusively as the error component of (_, GError.t) result return types.

Sourceval message : t -> string
Sourceval code : t -> int
Sourceval domain : t -> int