Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Synopsis
Documentation
module System.IO.Error
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