Optionalcorruptedtrue if the zip file is corrupted because the entry data could not be written entirely.
OptionalentryThe other entries that also failed, when ZipDirectoryEntry#exportFileSystemHandle runs
with concurrent set to true and more than one entry fails (filesystem API). The error it is
set on is not repeated in the list, and failures raised deeper in the tree are flattened into
it, so the list holds every failure of the export except this one.
OptionalentryThe id of the related ZipEntry (filesystem API).
OptionalentryThe name of the related ZipEntry, or of the related FileSystemHandle when importing
one (filesystem API). Set by ZipDirectoryEntry#addFileSystemHandle and
ZipDirectoryEntry#exportFileSystemHandle, which rethrow the original error rather than
wrapping it, so its message stays comparable to the exported ERR_* constants.
OptionalexportedThe names of the files ZipDirectoryEntry#exportFileSystemHandle finished writing before it failed, relative to the exported entry (filesystem API). Directories are not listed. Every other file of the export is either missing or empty, so this is the only way to tell a file the export completed from one it created but never filled.
OptionaloverlappingThe entry whose data overlaps the data of the entry being read, set on the ERR_OVERLAPPING_ENTRY error raised by ZipReaderOptions#checkOverlappingEntry. It is the only way to identify the other entry of the pair.
OptionalreasonThe ambiguity that was detected, set on the ERR_AMBIGUOUS_ARCHIVE error raised by GetEntriesOptions#strictness. See ERR_AMBIGUOUS_ARCHIVE for the values it takes.
Optionalstack
Represents an error raised while processing an archive or one of its entries, decorated with context.