ServerEndpointFilesNotSyncingErrorResponse

data class ServerEndpointFilesNotSyncingErrorResponse(val errorCode: Int, val persistentCount: Double, val transientCount: Double)

Files not syncing error object

Constructors

constructor(errorCode: Int, persistentCount: Double, transientCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error code (HResult)

Link copied to clipboard

Count of persistent files not syncing with the specified error code

Link copied to clipboard

Count of transient files not syncing with the specified error code