Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. IOErrorEnumAddressInUse :: IOErrorEnum

    gi-gio GI.Gio.Enums

    The requested address is already in use. Since 2.22

  2. IOErrorEnumAlreadyMounted :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File is already mounted.

  3. IOErrorEnumBrokenPipe :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Broken pipe. Since 2.36

  4. IOErrorEnumBusy :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File is busy.

  5. IOErrorEnumCancelled :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Operation was cancelled. See Cancellable.

  6. IOErrorEnumCantCreateBackup :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Backup couldn't be created.

  7. IOErrorEnumClosed :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File was closed.

  8. IOErrorEnumConnectionClosed :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Connection closed by peer. Note that this is the same code as IOErrorEnumBrokenPipe; before 2.44 some "connection closed" errors returned IOErrorEnumBrokenPipe, but others returned IOErrorEnumFailed. Now they should all return the same value, which has this more logical name. Since 2.44.

  9. IOErrorEnumConnectionRefused :: IOErrorEnum

    gi-gio GI.Gio.Enums

    Connection refused. Since 2.26

  10. IOErrorEnumDbusError :: IOErrorEnum

    gi-gio GI.Gio.Enums

    A remote object generated an error that doesn't correspond to a locally registered GError error domain. Use dbusErrorGetRemoteError to extract the D-Bus error name and dbusErrorStripRemoteError to fix up the message so it matches what was received on the wire. Since 2.26.

Page 109 of many | Previous | Next