Enumeration
CPIOArchiveError
public enum CPIOArchiveError: Error
Errors that may occur while writing or reading CPIO archives.
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 my be wrong.
invalidMagicBytes
case invalidMagicBytes
The archive did not contain the correct sequence of bytes that identifies it as a cpio
archive.
missingMagicBytes
case missingMagicBytes
The archive did not contain the sequence of bytes that identifies it as a cpio
archive.
invalidHeader
case invalidHeader
The header may contain invalid characters and/or bytes, or may be missing certain fields.