ServerEndpointFilesNotSyncingError interface
Files not syncing error object
Properties
| error |
Error code (HResult) |
| persistent |
Count of persistent files not syncing with the specified error code |
| transient |
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