1ZIP_ERRORS(3) Library Functions Manual ZIP_ERRORS(3)
2
3
4
6 zip_errors - list of all libzip error codes
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
15 The following error codes are used by libzip:
16
17 [ZIP_ER_OK] No error.
18
19 [ZIP_ER_MULTIDISK] Multi-disk zip archives not supported.
20
21 [ZIP_ER_RENAME] Renaming temporary file failed.
22
23 [ZIP_ER_CLOSE] Closing zip archive failed.
24
25 [ZIP_ER_SEEK] Seek error.
26
27 [ZIP_ER_READ] Read error.
28
29 [ZIP_ER_WRITE] Write error.
30
31 [ZIP_ER_CRC] CRC error.
32
33 [ZIP_ER_ZIPCLOSED] Containing zip archive was closed.
34
35 [ZIP_ER_NOENT] No such file.
36
37 [ZIP_ER_EXISTS] File already exists.
38
39 [ZIP_ER_OPEN] Can't open file.
40
41 [ZIP_ER_TMPOPEN] Failure to create temporary file.
42
43 [ZIP_ER_ZLIB] Zlib error.
44
45 [ZIP_ER_MEMORY] Malloc failure.
46
47 [ZIP_ER_CHANGED] Entry has been changed.
48
49 [ZIP_ER_COMPNOTSUPP] Compression method not supported.
50
51 [ZIP_ER_EOF] Premature EOF.
52
53 [ZIP_ER_INVAL] Invalid argument.
54
55 [ZIP_ER_NOZIP] Not a zip archive.
56
57 [ZIP_ER_INTERNAL] Internal error.
58
59 [ZIP_ER_INCONS] Zip archive inconsistent.
60
61 [ZIP_ER_REMOVE] Can't remove file.
62
63 [ZIP_ER_DELETED] Entry has been deleted.
64
66 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
67
68
69
70NiH January 20, 2005 ZIP_ERRORS(3)