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.

Properties

p

code

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

source_type

device_db_inner_error.source_type
DeviceDbSourceType The type of database source that caused the error.
p

message

device_db_inner_error.message
str Description of the error.
p

inner_errors

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