onBlueDotPointServiceError

abstract fun onBlueDotPointServiceError(error: BDError)

The method delivers the error from BlueDotPointService by a generic BDError. There are several types of error such as- BDAuthenticationError (fatal)- BDNetworkError (fatal / non fatal)- LocationServiceNotEnabledError (fatal / non fatal)- RuleDownloadError (non fatal)- BLENotAvailableError (non fatal)- BluetoothNotEnabledError (non fatal)

The BDError.isFatal() indicates if error is fatal and service is not operable.Followed by onBlueDotPointServiceStop() indicating service is stopped.

The BDError.getReason() is useful to analyse error cause.