API Reference v9.2.0

DeviceDbFailedExceptionDatadata class

Module: zaber_motion.exceptions

Contains additional data for a DeviceDbFailedException.

To use this type, add from zaber_motion.exceptions import DeviceDbFailedExceptionData to the top of your source code.

Index

pProperties

Properties

p

code

device_db_failed_exception_data.code
str Code describing type of the error.
p

inner_errors

device_db_failed_exception_data.inner_errors
List[DeviceDbInnerError] A list of errors that occurred while trying to access information from the device database.