Bluedot SDK Docs
16.1.0
Bluedot SDK Docs
/
au.com.bluedot.point
/
DiskFullError
Disk
Full
Error
open
class
DiskFullError
:
BDError
Content copied to clipboard
DiskFullError is generated when the database cannot be initialised due to a disk full exception.
Functions
Properties
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
DiskFullError
>
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
Content copied to clipboard
get
Error
Code
Link copied to clipboard
open
fun
getErrorCode
(
)
:
Int
Content copied to clipboard
Returns error code
get
Reason
Link copied to clipboard
open
fun
getReason
(
)
:
String
Content copied to clipboard
Provides human readable error reason
is
Fatal
Link copied to clipboard
open
fun
isFatal
(
)
:
Boolean
Content copied to clipboard
Indicates if error is fatal and service is stopped
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)
Content copied to clipboard