Bluedot SDK Docs
16.1.0
Bluedot SDK Docs
/
au.com.bluedot.point
/
BDNetworkError
BDNetwork
Error
open
class
BDNetworkError
:
BDError
Content copied to clipboard
Network error refers to the internet connectivity problem
Constructors
Functions
Inherited functions
Properties
Constructors
BDNetwork
Error
Link copied to clipboard
open
fun
BDNetworkError
(
error
:
String
,
isFatal
:
Boolean
)
Content copied to clipboard
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
BDNetworkError
>
Content copied to clipboard
isFatal
Link copied to clipboard
private
open
val
isFatal
:
Boolean
Content copied to clipboard
reason
Link copied to clipboard
private
open
val
reason
:
String
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
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)
Content copied to clipboard
Inherited functions
get
Reason
Link copied to clipboard
abstract
fun
getReason
(
)
:
String
Content copied to clipboard
Provides human readable error reason
is
Fatal
Link copied to clipboard
abstract
fun
isFatal
(
)
:
Boolean
Content copied to clipboard
Indicates if error is fatal and service is stopped