• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpSevenZip
      • ArchiveErrorFlags
      • ArchiveFileInfo
      • ArchiveFormatInfo
      • ArchiveProperty
      • CompressionLevel
      • CompressionMethod
      • CompressionMode
      • EventSynchronizationStrategy
      • ExtractFileCallback
      • Formats
      • ICancellable
      • InArchiveFormat
      • LibraryFeature
      • OperationResult
      • OutArchiveFormat
      • SfxModule
      • SfxTarget
      • SharpSevenZipArchiveFormat
      • SharpSevenZipBase
      • SharpSevenZipCompressor
      • SharpSevenZipExtractor
      • SharpSevenZipSfx
      • StreamWithAttributes
      • ZipEncryptionMethod
    • SharpSevenZip.EventArguments
      • ExtractFileCallbackArgs
      • ExtractFileCallbackReason
      • FileInfoEventArgs
      • FileNameEventArgs
      • FileOverwriteEventArgs
      • IntEventArgs
      • OpenEventArgs
      • PercentDoneEventArgs
      • ProgressEventArgs
    • SharpSevenZip.Exceptions
      • CompressionFailedException
      • ExtractionFailedException
      • LzmaException
      • SharpSevenZipArchiveException
      • SharpSevenZipCompressionFailedException
      • SharpSevenZipConfigurationException
      • SharpSevenZipException
      • SharpSevenZipExtractionFailedException
      • SharpSevenZipInvalidFileNamesException
      • SharpSevenZipLibraryException
      • SharpSevenZipSfxValidationException
    • SharpSevenZip.Lzma
      • LzmaDecodeStream
      • LzmaEncodeStream
    • SharpSevenZip.Sdk
      • CoderPropId
      • ICodeProgress
      • ICoder
    • SharpSevenZip.Sdk.Compression.Lzma
      • Decoder
      • Encoder

    Enum ArchiveErrorFlags

    Problems 7-Zip reports for an archive it has opened. Mirrors 7-Zip's kpv_ErrorFlags_* values.

    Namespace: SharpSevenZip
    Assembly: SharpSevenZip.dll
    Syntax
    [Flags]
    public enum ArchiveErrorFlags

    Fields

    Name Description
    CrcError

    A checksum stored in the archive does not match.

    DataAfterEnd

    The archive is followed by data that is not part of it. Only a few handlers report this themselves; for the rest it is measured against the physical size.

    DataError

    The archive contains damaged data.

    EncryptedHeadersError

    The encrypted headers could not be decoded.

    HeadersError

    The headers are damaged.

    IsNotArchive

    The data was not recognized as an archive of this format.

    None

    No problem was reported.

    UnavailableStart

    The archive begins before the start of the available data.

    UnconfirmedStart

    The start of the archive could not be confirmed.

    UnexpectedEnd

    The archive is truncated.

    UnsupportedFeature

    The archive uses a format feature this build does not implement.

    UnsupportedMethod

    The archive uses a compression method this build cannot decode.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright (C) Markovtsev Vadim 2009, 2010, Jérémy Ansel 2024