API Reference v9.2.0

PvtExecutionExceptionDatastruct

Module: ZaberMotionExceptions

Contains additional data for PvtExecutionException.

To use this type, add import ZaberMotionExceptions to the top of your source code.

Properties

p

errorFlag

pvtExecutionExceptionData.errorFlag
String The error flag that caused the exception.
p

reason

pvtExecutionExceptionData.reason
String The reason for the exception.
p

invalidPoints

pvtExecutionExceptionData.invalidPoints
[InvalidPvtPoint] A list of points that cause the error (if applicable).