Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

SyncFailedException

open class SyncFailedException : IOException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ java.io.SyncFailedException

Signals that a sync operation has failed.

Summary

Public constructors
<init>(desc: String!)

Constructs an SyncFailedException with a detail message.

Public constructors

<init>

Added in API level 1
SyncFailedException(desc: String!)

Constructs an SyncFailedException with a detail message. A detail message is a String that describes this particular exception.

Parameters
desc String!: a String describing the exception.