IRecoverableError Interface

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

interface IRecoverableError : IUnknown

Members

IRecoverableError methods Description

IRecoverableError::GetStage

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

IRecoverableError::GetProvider

Gets the role of the provider that skipped the item change.

IRecoverableError::GetChangeWithRecoverableError

Gets the item change that caused the error.

IRecoverableError::GetRecoverableErrorDataForChange

Gets additional data about the recoverable error.

IRecoverableError::GetRecoverableErrorDataForChangeUnit

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

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components