ServerEndpointFilesNotSyncingError interface

Files not syncing error object

Properties

errorCode

Error code (HResult) NOTE: This property will not be serialized. It can only be populated by the server.

persistentCount

Count of persistent files not syncing with the specified error code NOTE: This property will not be serialized. It can only be populated by the server.

transientCount

Count of transient files not syncing with the specified error code NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

errorCode

Error code (HResult) NOTE: This property will not be serialized. It can only be populated by the server.

errorCode?: number

Property Value

number

persistentCount

Count of persistent files not syncing with the specified error code NOTE: This property will not be serialized. It can only be populated by the server.

persistentCount?: number

Property Value

number

transientCount

Count of transient files not syncing with the specified error code NOTE: This property will not be serialized. It can only be populated by the server.

transientCount?: number

Property Value

number