SyncErrorDetails interface
Synchronization error details.
Properties
| conflicts | Catalog items that have conflicting names. NOTE: This property will not be serialized. It can only be populated by the server. |
| errors | Errors that occured during synchronization. NOTE: This property will not be serialized. It can only be populated by the server. |
| operation |
Error information for the overall synchronization operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
conflicts
Catalog items that have conflicting names. NOTE: This property will not be serialized. It can only be populated by the server.
conflicts?: CatalogConflictError[]
Property Value
errors
Errors that occured during synchronization. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: CatalogSyncError[]
Property Value
operationError
Error information for the overall synchronization operation. NOTE: This property will not be serialized. It can only be populated by the server.
operationError?: CatalogErrorDetails