Enumeration ErrorCode

Name

ErrorCode

Description

Enumeration of error codes provided by Situm SDK.

Enumeration Members

BLUETOOTH_DISABLED: "BLUETOOTH_DISABLED"

Indicates that Bluetooth is disabled on the device.

BLUETOOTH_PERMISSION_DENIED: "BLUETOOTH_PERMISSION_DENIED"

Indicates that Bluetooth permissions were not granted.

LOCATION_DISABLED: "LOCATION_DISABLED"

Indicates that the location services are disabled on the device.

LOCATION_PERMISSION_DENIED: "LOCATION_PERMISSION_DENIED"

Indicates that location permissions were not granted by the user.

REDUCED_ACCURACY: "REDUCED_ACCURACY"

Indicates that the precise location has been turned off on the device.

UNKNOWN: "UNKNOWN"

Represents an unknown error or an error that does not fit other categories.

Generated using TypeDoc