Syntax

expression.ErrorType

expression A variable that returns a 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.error error type errortype errortype property ofv

See also: