ImFusion SDK 4.3
Error Struct Reference

#include <ImFusion/Core/Zip.h>

Represents a zip/unzip error. More...

Detailed Description

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
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close