BDError

abstract class BDError : Parcelable

Author

BluedotInnovation Generic error base class; specific error class should be checked for details.

Functions

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

Properties

ERROR_CODE_AUTHENTICATION_ERROR
Link copied to clipboard
val ERROR_CODE_AUTHENTICATION_ERROR: Int
ERROR_CODE_BLE_NOT_AVAILABLE
Link copied to clipboard
val ERROR_CODE_BLE_NOT_AVAILABLE: Int
ERROR_CODE_BLUETOOTH_NOT_ENABLED
Link copied to clipboard
val ERROR_CODE_BLUETOOTH_NOT_ENABLED: Int
ERROR_CODE_CUSTOM_METADATA_NOT_SET
Link copied to clipboard
val ERROR_CODE_CUSTOM_METADATA_NOT_SET: Int
ERROR_CODE_DISK_FULL
Link copied to clipboard
val ERROR_CODE_DISK_FULL: Int
val ERROR_CODE_FOREGROUND_NOTIFICATION_NOT_SET: Int
ERROR_CODE_GENERIC
Link copied to clipboard
val ERROR_CODE_GENERIC: Int
ERROR_CODE_GEO_TRIGGER_ERROR
Link copied to clipboard
val ERROR_CODE_GEO_TRIGGER_ERROR: Int
ERROR_CODE_INVALID_DESTINATION_ID
Link copied to clipboard
val ERROR_CODE_INVALID_DESTINATION_ID: Int
ERROR_CODE_LOCATION_SERVICE_NOT_ENABLED
Link copied to clipboard
val ERROR_CODE_LOCATION_SERVICE_NOT_ENABLED: Int
ERROR_CODE_LOCATION_SERVICE_PERMISSIONS
Link copied to clipboard
val ERROR_CODE_LOCATION_SERVICE_PERMISSIONS: Int
ERROR_CODE_NETWORK
Link copied to clipboard
val ERROR_CODE_NETWORK: Int
ERROR_CODE_REMOTE_CONFIG_ERROR
Link copied to clipboard
val ERROR_CODE_REMOTE_CONFIG_ERROR: Int
ERROR_CODE_RULE_DOWNLOAD_ERROR
Link copied to clipboard
val ERROR_CODE_RULE_DOWNLOAD_ERROR: Int
ERROR_CODE_TEMPO_ALREADY_RUNNING
Link copied to clipboard
val ERROR_CODE_TEMPO_ALREADY_RUNNING: Int
ERROR_CODE_TEMPO_ERROR
Link copied to clipboard
val ERROR_CODE_TEMPO_ERROR: Int

Inheritors

CustomEventMetaDataSetError
Link copied to clipboard
DiskFullError
Link copied to clipboard
LocationServiceNotEnabledError
Link copied to clipboard
LocationPermissionNotGrantedError
Link copied to clipboard
BLENotAvailableError
Link copied to clipboard
TempoAlreadyInProgressError
Link copied to clipboard
BluetoothNotEnabledError
Link copied to clipboard
RuleDownloadError
Link copied to clipboard
TempoInvalidDestinationIdError
Link copied to clipboard
ForegroundNotificationNotSetError
Link copied to clipboard
BDNetworkError
Link copied to clipboard
BDAuthenticationError
Link copied to clipboard
BDGeoTriggerError
Link copied to clipboard
BDRemoteConfigError
Link copied to clipboard
BDTempoError
Link copied to clipboard