Enumeration
ArArchiveError
public enum ArArchiveError: Error
Errors that occur while reading or writing an ar
archive.
Relationships
Conforms To
Error
Enumeration Cases
invalidArchive
case invalidArchive
The archive was invalid. It may not contain a global header, the file headers may be ill formatted, or something else may be wrong.
invalidMagicBytes
case invalidMagicBytes
The archive did not contain the correct sequence of bytes that identifies it as an ar
archive.
missingMagicBytes
case missingMagicBytes
The archive did not contain the sequence of bytes that identifies it as an ar
archive.
invalidHeader
case invalidHeader
The header may contain invalid characters and/or bytes, or may be missing certain fields.