NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxErrorCode Struct Reference

NVIDIA PhysX API

PxErrorCode Struct Reference
[Foundation]

Error codes. More...

#include <PxErrors.h>

List of all members.


Public Types

enum  Enum {
  eNO_ERROR = 0,
  eDEBUG_INFO = 1,
  eDEBUG_WARNING = 2,
  eINVALID_PARAMETER = 4,
  eINVALID_OPERATION = 8,
  eOUT_OF_MEMORY = 16,
  eINTERNAL_ERROR = 32,
  eABORT = 64,
  ePERF_WARNING = 128,
  eMASK_ALL = -1
}

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:



Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com