OperationFailedExceptionDatadata class
Module: zaber_motion.exceptions
Contains additional data for OperationFailedException.
To use this type, add from zaber_motion.exceptions import OperationFailedExceptionData to the top of your source code.
Properties
poperation_failed_exception_data.warnings
List[str] The full list of warnings.
poperation_failed_exception_data.reason
str The reason for the Exception.
poperation_failed_exception_data.device
int The address of the device that attempted the failed operation.
poperation_failed_exception_data.axis
int The number of the axis that attempted the failed operation.