Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
AnotherIOErrorEnum :: Int -> IOErrorEnumgi-gio GI.Gio.Enums Catch-all for unknown values
DBusMessageHeaderFieldNumUnixFds :: DBusMessageHeaderFieldgi-gio GI.Gio.Enums The number of UNIX file descriptors that accompany the message.
-
gi-gio GI.Gio.Enums Error codes returned by GIO functions. Note that this domain may be extended in future GLib releases. In general, new error codes either only apply to new APIs, or else replace IOErrorEnumFailed in cases that were not explicitly distinguished before. You should therefore avoid writing code like
C code
if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_FAILED)) { // Assume that this is EPRINTERONFIRE ... }but should instead treat all unrecognized error codes the same as IOErrorEnumFailed. See also PollableReturn for a cheaper way of returning IOErrorEnumWouldBlock to callers without allocating a GError. IOErrorEnumAddressInUse :: IOErrorEnumgi-gio GI.Gio.Enums The requested address is already in use. Since 2.22
IOErrorEnumAlreadyMounted :: IOErrorEnumgi-gio GI.Gio.Enums File is already mounted.
IOErrorEnumBrokenPipe :: IOErrorEnumgi-gio GI.Gio.Enums Broken pipe. Since 2.36
IOErrorEnumBusy :: IOErrorEnumgi-gio GI.Gio.Enums File is busy.
IOErrorEnumCancelled :: IOErrorEnumgi-gio GI.Gio.Enums Operation was cancelled. See Cancellable.
IOErrorEnumCantCreateBackup :: IOErrorEnumgi-gio GI.Gio.Enums Backup couldn't be created.
IOErrorEnumClosed :: IOErrorEnumgi-gio GI.Gio.Enums File was closed.