API Reference v9.2.0
DeviceDbInnerErrordata class
Module: zaber_motion.exceptions
One of the errors that occurred while trying to access information from the device database.
To use this type, add from zaber_motion.exceptions import DeviceDbInnerError to the top of your source code.
Index
pProperties
Properties
p
device_db_inner_error.source_typeDeviceDbSourceType The type of database source that caused the error.p
device_db_inner_error.inner_errorsList[DeviceDbInnerError] A list of errors that occurred while trying to access information from the device database.