Skip to content

eErrorCode

enum eErrorCode : AmUInt8

Enumerates the list of possible errors encountered by the library.

eErrorCode_Success = 0
No error
eErrorCode_InvalidParameter = 1
Some parameter is invalid
eErrorCode_FileNotFound = 2
File not found
eErrorCode_FileLoadFailed = 3
File found, but could not be loaded
eErrorCode_DllNotFound = 4
DLL not found, or wrong DLL
eErrorCode_OutOfMemory = 5
Out of memory
eErrorCode_NotImplemented = 6
Feature not implemented
eErrorCode_Unknown = 7
Unknown error