IRecoverableErrorData Interface
Represents information about a recoverable error.
Sync Framework provides an implementation of this interface. To obtain an object that implements this interface, call IProviderSyncServices::CreateRecoverableErrorData.
To communicate additional information that is not supported by this interface, implement an object that inherits from IRecoverableErrorData and also from a custom interface. When the application receives the IRecoverableErrorData object in the ISyncCallback::OnRecoverableError method, the application can call QueryInterface on the IRecoverableErrorData object to obtain the custom interface.
Show: