LibZip-0.2.0: Bindings to libzip, a library for manipulating zip archives.
Codec.Archive.LibZip.Errors
Description
Error handling functions.
Synopsis
errFromCInt :: CInt -> ZipError
get_error :: Zip -> IO ZipError
get_file_error :: ZipFile -> IO ZipError
catchZipError :: IO a -> (ZipError -> IO a) -> IO a
Wrapper to catch library errors.