PxErrorCode Struct Reference
[Foundation]
Error codes.
More...
#include <PxErrors.h>
List of all members.
Detailed Description
Error codes.
These error codes are passed to PxErrorCallback
- See also:
- PxErrorCallback
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: