API Reference v9.2.0

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.

Index

Properties

p

warnings

operation_failed_exception_data.warnings
List[str] The full list of warnings.
p

reason

operation_failed_exception_data.reason
str The reason for the Exception.
p

device

operation_failed_exception_data.device
int The address of the device that attempted the failed operation.
p

axis

operation_failed_exception_data.axis
int The number of the axis that attempted the failed operation.