SyncStatus

The status of a workspace after synchronization.

JSON representation
{
  "mergeConflict": boolean,
  "syncError": boolean
}
Fields
mergeConflict

boolean

Synchornization operation detected a merge conflict.

syncError

boolean

An error occurred during the synchronization operation.