SynchronizationUpdateError Enumeration

 

Applies To: Windows Server Update Services

Defines constants that indicate the reason for the update failure.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum SynchronizationUpdateError
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class SynchronizationUpdateError
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type SynchronizationUpdateError
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration SynchronizationUpdateError

Members

Member name Description
DependencyNotFound

The update is dependent on another update that was not found on the WSUS server and was not provided by an upstream server.

MetadataInvalid

The metadata for the update is not valid and could not be processed by the database.

Unknown

The error is unknown.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top