ZZErrorCode Constants Reference
| Declared in | ZZError.h |
ZZErrorCode
Error codes for NSError.
Definition
typedef NS_ENUM(NSInteger, ZZErrorCode ) {
ZZOpenReadErrorCode,
ZZEndOfCentralDirectoryReadErrorCode,
ZZCentralFileHeaderReadErrorCode,
ZZLocalFileReadErrorCode,
ZZOpenWriteErrorCode,
ZZLocalFileWriteErrorCode,
ZZCentralFileHeaderWriteErrorCode,
ZZEndOfCentralDirectoryWriteErrorCode,
ZZReplaceWriteErrorCode,
};
Constants
ZZOpenReadErrorCode-
Cannot open an archive for reading.
Declared In
ZZError.h. ZZEndOfCentralDirectoryReadErrorCode-
Cannot read the end of central directory.
Declared In
ZZError.h. ZZCentralFileHeaderReadErrorCode-
Cannot read a central file header.
Declared In
ZZError.h. ZZLocalFileReadErrorCode-
Cannot read a local file.
Declared In
ZZError.h. ZZOpenWriteErrorCode-
Cannot open an archive for writing.
Declared In
ZZError.h. ZZLocalFileWriteErrorCode-
Cannot write a local file.
Declared In
ZZError.h. ZZCentralFileHeaderWriteErrorCode-
Cannot write a central file header.
Declared In
ZZError.h. ZZEndOfCentralDirectoryWriteErrorCode-
Cannot write the end of central directory.
Declared In
ZZError.h. ZZReplaceWriteErrorCode-
Cannot replace the zip file while writing.
Declared In
ZZError.h.
Declared In
ZZError.h