base-compat-0.11.1: A compatibility layer for base

Safe HaskellSafe
LanguageHaskell98

System.IO.Error.Compat

Synopsis

Documentation

isResourceVanishedError :: IOError -> Bool Source #

An error indicating that the operation failed because the resource vanished. See resourceVanishedErrorType.

Since 4.14.0.0

resourceVanishedErrorType :: IOErrorType Source #

I/O error where the operation failed because the resource vanished. This happens when, for example, attempting to write to a closed socket or attempting to write to a named pipe that was deleted.

Since 4.14.0.0

isResourceVanishedErrorType :: IOErrorType -> Bool Source #

I/O error where the operation failed because the resource vanished. See resourceVanishedErrorType.

Since 4.14.0.0