Interface DeviceInformationSyncResult
public interface DeviceInformationSyncResult
This is the result of the
DeviceInformationSync
operation.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionerrors()
Returns the errors that occurred resolving the configuration mismatches.
-
Method Details
-
errors
Set<DeviceInformationSyncError> errors()Returns the errors that occurred resolving the configuration mismatches.- Returns:
- the errors that occurred resolving the configuration mismatches.
-