IOError -package:gi-gio

The Haskell 2010 type for exceptions in the IO monad. Any I/O operation may raise an IOError instead of returning a result. For a more general type of exception, including also those that arise in pure code, see Exception. In Haskell 2010, this is an opaque type.
The Haskell 2010 type for exceptions in the IO monad. Any I/O operation may raise an IOException instead of returning a result. For a more general type of exception, including also those that arise in pure code, see Exception. In Haskell 2010, this is an opaque type.
IOError is only used by the deprecated functions iOChannelRead, iOChannelWrite, and iOChannelSeek.
I/O error
Raise an IOError in the IO monad.
Raise an IOError in the IO monad.
Generalized version of ioError.
Raise an IOException in the IO monad.
Raise an IOException in the IO monad.
Generalized version of ioError.
An abstract type that contains a value for each variant of IOError.
an EAGAIN error occurred
an EINVAL error occurred
no error
another error occurred
An abstract type that contains a value for each variant of IOException.
Error codes returned by GIO functions.