Xceed Zip for COM/ActiveX on x86/x64 Documentation
Xceed Zip control reference / Xceed Zip control enumeration types / xcdError error code enumeration
In This Topic
    xcdError error code enumeration
    In This Topic

    xcdError

    {

      xerSuccess = 0,

      xerProcessStarted= 1,

      xerEmptyZipFile = 500,

      xerSeekInZipFile = 501,

      xerEndOfZipFile = 502,

      xerOpenZipFile = 503,

      xerCreateTempFile = 504,

      xerReadZipFile = 505,

      xerWriteTempZipFile = 506,

      xerWriteZipFile = 507,

      xerMoveTempFile = 508,

      xerNothingToDo = 509,

      xerCannotUpdateAndSpan = 510,

      xerMemory = 511,

      xerSplitSizeTooSmall = 512,

      xerSFXBinaryNotFound = 513,

      xerReadSFXBinary = 514,

      xerCannotUpdateSpanned = 515,

      xerBusy = 516,

      xerInsertDiskAbort = 517,

      xerUserAbort = 518,

      xerNotAZipFile = 519,

      xerUninitializedString = 520,

      xerUninitializedArray = 521,

      xerInvalidArrayDimensions = 522,

      xerInvalidArrayType = 523,

      xerCannotAccessArray = 524,

      xerUnsupportedDataType = 525,

      xerWarnings = 526,

      xerFilesSkipped = 527,

      xerDiskNotEmptyAbort = 528,

      xerRemoveWithoutTemp = 529,

      xerNotLicensed = 530,

      xerInvalidSfxProperty = 531,

      xerInternalError = 999

    }

    This enumeration is used by most all the Xceed Zip control methods that return a result code. Click on any of the above parameters to display an explanation of their meaning.