Server Endpoint Files Not Syncing Error Response
    data class ServerEndpointFilesNotSyncingErrorResponse(val errorCode: Int, val persistentCount: Double, val transientCount: Double)
Files not syncing error object
Constructors
Link copied to clipboard
                fun ServerEndpointFilesNotSyncingErrorResponse(errorCode: Int, persistentCount: Double, transientCount: Double)