SUBSTANCE_IMPORT_RESULT

Detailed Description

Since
R18

Enumerations

enum class  SUBSTANCE_IMPORT_RESULT {
  SUCCESS ,
  DOESNOTEXIST ,
  NOTANASSET ,
  UNKNOWNERROR
}
 

Functions

enum SUBSTANCE_IMPORT_RESULT MAXON_ENUM_LIST (SUBSTANCE_IMPORT_RESULT)
 

Enumeration Type Documentation

◆ SUBSTANCE_IMPORT_RESULT

Enumerator
SUCCESS 

Success.

DOESNOTEXIST 

File not found.

NOTANASSET 

Wrong file format.

UNKNOWNERROR 

On memory error or when invalid parameters were passed.

Function Documentation

◆ MAXON_ENUM_LIST()