GzipError
struct GzipError
extension GzipError : Error, Sendable
Errors on gzipping/gunzipping based on the zlib error codes.
-
Error kind.
Declaration
Swift
let kind: GzipError.Kind -
Returned message by zlib.
Declaration
Swift
let message: String -
Retrieve the localized description for this error.
Declaration
Swift
var localizedDescription: String { get }
GzipError Structure Reference