Copyright | © Yghor Kerscher 2016 |
---|---|
License | BSD-3 |
Maintainer | kerscher@acm.org |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
Readable names for Error
codes for low-level software.
Based on IEEE Std 1003.1, 2013 Edition.
Documentation
addressInUse :: Errno Source #
badMessage :: Errno Source #
fileExists :: Errno Source #
badAddress :: Errno Source #
fileTooLarge :: Errno Source #
isADirectory :: Errno Source #
tooManyLinks :: Errno Source #
msgTooLarge :: Errno Source #
noSuchDevice :: Errno Source #
notASTREAM :: Errno Source #
notASocket :: Errno Source #
notSupported :: Errno Source #
brokenPipe :: Errno Source #
invalidSeek :: Errno Source #
textFileBusy :: Errno Source #