ServerEndpointFilesNotSyncingError interface

Files not syncing error object

Properties

errorCode

Error code (HResult)

persistentCount

Count of persistent files not syncing with the specified error code

transientCount

Count of transient files not syncing with the specified error code

Property Details

errorCode

Error code (HResult)

errorCode?: number

Property Value

number

persistentCount

Count of persistent files not syncing with the specified error code

persistentCount?: number

Property Value

number

transientCount

Count of transient files not syncing with the specified error code

transientCount?: number

Property Value

number