Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
IOErrorEnumTimedOut :: IOErrorEnumgi-gio GI.Gio.Enums Operation timed out.
IOErrorEnumTooManyLinks :: IOErrorEnumgi-gio GI.Gio.Enums File contains too many symbolic links.
IOErrorEnumTooManyOpenFiles :: IOErrorEnumgi-gio GI.Gio.Enums The current process has too many files open and can't open any more. Duplicate descriptors do count toward this limit. Since 2.20
IOErrorEnumWouldBlock :: IOErrorEnumgi-gio GI.Gio.Enums Operation would block.
IOErrorEnumWouldMerge :: IOErrorEnumgi-gio GI.Gio.Enums Operation would merge files.
IOErrorEnumWouldRecurse :: IOErrorEnumgi-gio GI.Gio.Enums Operation would be recursive.
IOErrorEnumWrongEtag :: IOErrorEnumgi-gio GI.Gio.Enums File's Entity Tag was incorrect.
catchIOErrorEnum :: IO a -> (IOErrorEnum -> GErrorMessage -> IO a) -> IO agi-gio GI.Gio.Enums Catch exceptions of type IOErrorEnum. This is a specialized version of catchGErrorJustDomain.
handleIOErrorEnum :: (IOErrorEnum -> GErrorMessage -> IO a) -> IO a -> IO agi-gio GI.Gio.Enums Handle exceptions of type IOErrorEnum. This is a specialized version of handleGErrorJustDomain.
DBusSubtreeFlagsDispatchToUnenumeratedNodes :: DBusSubtreeFlagsgi-gio GI.Gio.Flags Method calls to objects not in the enumerated range will still be dispatched. This is useful if you want to dynamically spawn objects in the subtree.