www.LinuxHowtos.org





ZIP_ERRORS

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

zip_errors - list of all libzip error codes  

LIBRARY

libzip -lzip)  

SYNOPSIS

In zip.h  

DESCRIPTION

The following error codes are used by libzip:

Bq Er ZIP_ER_CANCELLED
Operation cancelled.
Bq Er ZIP_ER_CHANGED
Entry has been changed.
Bq Er ZIP_ER_CLOSE
Closing zip archive failed.
Bq Er ZIP_ER_COMPNOTSUPP
Compression method not supported.
Bq Er ZIP_ER_COMPRESSED_DATA
Compressed data invalid.
Bq Er ZIP_ER_CRC
CRC error.
Bq Er ZIP_ER_DATA_LENGTH
Unexpected length of data.
Bq Er ZIP_ER_DELETED
Entry has been deleted.
Bq Er ZIP_ER_ENCRNOTSUPP
Encryption method not supported.
Bq Er ZIP_ER_EOF
Premature end of file.
Bq Er ZIP_ER_EXISTS
File already exists.
Bq Er ZIP_ER_INCONS
Zip archive inconsistent.
Bq Er ZIP_ER_INTERNAL
Internal error.
Bq Er ZIP_ER_INUSE
Resource still in use.
Bq Er ZIP_ER_INVAL
Invalid argument.
Bq Er ZIP_ER_MEMORY
Malloc failure.
Bq Er ZIP_ER_MULTIDISK
Mult-disk zip archives not supported.
Bq Er ZIP_ER_NOENT
No such file.
Bq Er ZIP_ER_NOPASSWD
No password provided.
Bq Er ZIP_ER_NOT_ALLOWED
Not allowed in torrentzip.
Bq Er ZIP_ER_NOZIP
Not a zip archive.
Bq Er ZIP_ER_OK
No error.
Bq Er ZIP_ER_OPEN
Can't open file.
Bq Er ZIP_ER_OPNOTSUPP
Operation not supported.
Bq Er ZIP_ER_RDONLY
Rea-only archive.
Bq Er ZIP_ER_READ
Read error.
Bq Er ZIP_ER_REMOVE
Can't remove file.
Bq Er ZIP_ER_RENAME
Renaming temporary file failed.
Bq Er ZIP_ER_SEEK
Seek error.
Bq Er ZIP_ER_TELL
Tell error.
Bq Er ZIP_ER_TMPOPEN
Failure to create temporary file.
Bq Er ZIP_ER_TRUNCATED_ZIP
Possibly truncated or corrupted zip archive.
Bq Er ZIP_ER_WRITE
Write error.
Bq Er ZIP_ER_WRONGPASSWD
Wrong password provided.
Bq Er ZIP_ER_ZIPCLOSED
Containing zip archive was closed.
Bq Er ZIP_ER_ZLIB
Zlib error.

 

AUTHORS

An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
AUTHORS