GzipError public struct GzipError : Swift.Error Errors on gzipping/gunzipping based on the zlib error codes. Kind See more Declaration Swift public enum Kind : Equatable kind Error kind. Declaration Swift public let kind: Kind message Returned message by zlib. Declaration Swift public let message: String localizedDescription Declaration Swift public var localizedDescription: String { get }