![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/Zip.h>
Represents a zip/unzip error. More...
Represents a zip/unzip error.
Type and message can be retrieved via the corresponding members.
Public Types | |
| enum class | Type { UnspecifiedFailure = 0 , InvalidInputPath = 1 , InvalidOutputPath = 2 , ZipFailure = 3 , UnzipFailure = 4 , SecurityFailure = 5 } |
Public Attributes | |
| Type | type = Type::UnspecifiedFailure |
| std::string | message |