Share via


Sync.ErrorType Property

Office Developer Reference

Gets a MsoSyncErrorType constant which indicates the type of the most recent document synchronization error. Read-only.

Syntax

expression.ErrorType

expression   A variable that returns a Sync object.

Return Value
MsoSyncErrorType

Remarks

Use the ErrorType property to determine the type of the most recent document synchronization error. Not all document synchronization problems raise trappable run-time errors. After performing an operation using the Sync object, it's a good idea to check the Status property; if the Status property is msoSyncStatusError, check the ErrorType property for additional information on the type of error that has occurred.

See Also