PxGetError()

Return remembered error code.

APPLIES TO

8.2.0

SYNOPSIS
PxError_t PxGetError (void);
RETURN VALUES
  • The remembered error code

DESCRIPTION

PxGetError returns the last error remembered.

IMPLEMENTATION GUIDELINES
Before call
  • No checks necessary.

After call
  • No checks necessary.

Best Practice
  • No restrictions.

SEE ALSO
USAGE
#include "pxdef.h"

PxError_t Err = PxGetError();