IRecoverableError interface (winsync.h)

Represents a recoverable error that occurred when an item was loaded or when an item was saved.

Inheritance

The IRecoverableError interface inherits from the IUnknown interface. IRecoverableError also has these types of members:

Methods

The IRecoverableError interface has these methods.

 
IRecoverableError::GetChangeWithRecoverableError

Gets the item change that caused the error.
IRecoverableError::GetProvider

Gets the role of the provider that skipped the item change.
IRecoverableError::GetRecoverableErrorDataForChange

Gets additional data about the recoverable error.
IRecoverableError::GetRecoverableErrorDataForChangeUnit

Gets additional data about the recoverable error for a specified change unit.
IRecoverableError::GetStage

Gets the stage in the synchronization session when the error occurred.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces