Bluedot SDK Docs
16.1.0
Bluedot SDK Docs
/
au.com.bluedot.point
/
TempoInvalidDestinationIdError
Tempo
Invalid
Destination
Id
Error
open
class
TempoInvalidDestinationIdError
:
BDError
Content copied to clipboard
TempoInvalidDestinationIdError is generated when the destinationId is not valid
Constructors
Functions
Properties
Constructors
Tempo
Invalid
Destination
Id
Error
Link copied to clipboard
open
fun
TempoInvalidDestinationIdError
(
)
Content copied to clipboard
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
TempoInvalidDestinationIdError
>
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