Errors

  • Represents an error which happened during BZip2 decompression. It may indicate that either data is damaged or it might not be compressed with BZip2 at all.

    See more

    Declaration

    Swift

    public enum BZip2Error : Error
  • Represents an error which happened during processing input data.

    See more

    Declaration

    Swift

    public enum DataError : Error, Equatable
  • Represents an error which happened during Deflate compression or decompression. It may indicate that either the data is damaged or it might not be compressed with Deflate at all.

    See more

    Declaration

    Swift

    public enum DeflateError : Error
  • Represents an error which happened while processing a GZip archive. It may indicate that either archive is damaged or it might not be GZip archive at all.

    See more

    Declaration

    Swift

    public enum GzipError : Error
  • Represents an error which happened during LZMA decompression. It may indicate that either data is damaged or it might not be compressed with LZMA at all.

    See more

    Declaration

    Swift

    public enum LZMAError : Error
  • Represents an error which happened during LZMA2 decompression. It may indicate that either data is damaged or it might not be compressed with LZMA2 at all.

    See more

    Declaration

    Swift

    public enum LZMA2Error : Error
  • Represents an error which happened while processing a 7-Zip container. It may indicate that either container is damaged or it might not be 7-Zip container at all.

    See more

    Declaration

    Swift

    public enum SevenZipError : Error
  • Represents an error which happened during the creation of a new TAR container.

    Note

    This error type is never used and will be removed in the next major update.
    See more

    Declaration

    Swift

    public enum TarCreateError : Error
  • Represents an error which happened while processing a TAR container. It may indicate that either container is damaged or it might not be TAR container at all.

    See more

    Declaration

    Swift

    public enum TarError : Error
  • Represents an error which happened while unarchiving an XZ archive. It may indicate that either archive is damaged or it might not be XZ archive at all.

    See more

    Declaration

    Swift

    public enum XZError : Error
  • Represents an error which happened while processing a ZIP container. It may indicate that either container is damaged or it might not be ZIP container at all.

    See more

    Declaration

    Swift

    public enum ZipError : Error
  • Represents an error which happened while processing a Zlib archive. It may indicate that either archive is damaged or it might not be Zlib archive at all.

    See more

    Declaration

    Swift

    public enum ZlibError : Error