DeviceConfigError
The error that occurred while validating the device config
type DeviceConfigError {
message: String!
propertyPath: String!
value: JSON!
}
Fields
DeviceConfigError.message
● String!
non-null scalar
The message of the error
DeviceConfigError.propertyPath
● String!
non-null scalar
The path of the property that caused the error
DeviceConfigError.value
● JSON!
non-null scalar
The value of the property that caused the error
Member Of
UpgradeDeviceConfigOutput
object ● UpgradeDeviceConfigTemplateOutput
object