DiskFullError

open class DiskFullError : BDError

DiskFullError is generated when the database cannot be initialised due to a disk full exception.

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
getErrorCode
Link copied to clipboard
open fun getErrorCode(): Int
Returns error code
getReason
Link copied to clipboard
open fun getReason(): String
Provides human readable error reason
isFatal
Link copied to clipboard
open fun isFatal(): Boolean
Indicates if error is fatal and service is stopped
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<DiskFullError>