From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- .../PhysXAPI/files/structPxErrorCode.html | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/structPxErrorCode.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/structPxErrorCode.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxErrorCode.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxErrorCode.html new file mode 100644 index 00000000..53056da1 --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxErrorCode.html @@ -0,0 +1,111 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxErrorCode Struct Reference + + + + + + + +
+

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

+ +
+
+ + + + +
enum PxErrorCode::Enum
+
+
+ +

+

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-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com + + -- cgit v1.2.3