Nv::Blast::ErrorCode Struct Reference

Error codes. More...

#include <NvBlastGlobals.h>

List of all members.

Public Types


Detailed Description

Error codes.

These error codes are passed to ErrorCallback

Note:
: It's actually the copy of PxErrorCallback's PxErrorCode so it can be easily casted to it. Keep that in mind if you are going to change this enum.
See also:
ErrorCallback

Member Enumeration Documentation

Enumerator:
eNO_ERROR 
eDEBUG_INFO  An informational message.
eDEBUG_WARNING  a warning message for the user to help with debugging
eINVALID_PARAMETER  method called with invalid parameter(s)
eINVALID_OPERATION  method was called at a time when an operation is not possible
eOUT_OF_MEMORY  method failed to allocate some memory
eINTERNAL_ERROR  The library failed for some reason. Possibly you have passed invalid values like NaNs, which are not checked for.
eABORT  An unrecoverable error, execution should be halted and log output flushed.
ePERF_WARNING  The SDK has determined that an operation may result in poor performance.
eMASK_ALL  A bit mask for including all errors.


The documentation for this struct was generated from the following file: