Enum OperationResult
Stores operation result values
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public enum OperationResult
Fields
Name | Description |
---|---|
CrcError | CrcError has occurred |
DataAfterEnd | Data after end of archive |
DataError | Data error has occurred |
HeadersError | Archive headers error |
IsNotArc | File is not archive |
Ok | Success |
Unavailable | File is unavailable |
UnexpectedEnd | Unexpected end of file |
UnsupportedMethod | Method is unsupported |
WrongPassword | Wrong password |