SwiftZip Documentation Beta

Enumeration Zip​Error

public enum ZipError

An error originating from SwiftZip or libzip.

%3 ZipError ZipError Error Error ZipError->Error LocalizedError LocalizedError ZipError->LocalizedError

Conforms To

Error
LocalizedError

Enumeration Cases

libzip​Error

case libzipError(: zip_error_t)

integer​Cast​Failed

case integerCastFailed

create​File​Failed

case createFileFailed

unsupported​URL

case unsupportedURL

archive​Not​Mutable

case archiveNotMutable

invalid​Argument

case invalidArgument(: String)

internal​Inconsistency

case internalInconsistency

Properties

error​Description

var errorDescription: String?