API Reference v9.2.0

DeviceDbInnerErrorstruct

Module: ZaberMotionExceptions

One of the errors that occurred while trying to access information from the device database.

To use this type, add import ZaberMotionExceptions to the top of your source code.

Properties

p

code

deviceDbInnerError.code
String Code describing type of the error.
p

sourceType

deviceDbInnerError.sourceType
DeviceDbSourceType The type of database source that caused the error.
p

message

deviceDbInnerError.message
String Description of the error.
p

innerErrors

deviceDbInnerError.innerErrors
[DeviceDbInnerError] A list of errors that occurred while trying to access information from the device database.