CorruptionException
Kotlin
|Java
class CorruptionException : IOException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | androidx.datastore.core.CorruptionException |
A subclass of IOException that indicates that the file could not be de-serialized due to data format corruption. This exception should not be thrown when the IOException is due to a transient IO issue or permissions issue.
Summary
Public constructors | |
---|---|
A subclass of IOException that indicates that the file could not be de-serialized due to data format corruption. |