TarCreateError

public enum TarCreateError : 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.
  • One of the TarEntryInfo‘s string properties (such as name) cannot be encoded with UTF-8 encoding.

    Note

    This error is never thrown and will be removed in the next major update.

    Declaration

    Swift

    case utf8NonEncodable