BLUErrorCode Constants Reference
Declared in | BLUError.h |
---|
BLUErrorCode
Defines the NSError
error codes used throughout this framework.
Definition
typedef NS_ENUM(NSUInteger, BLUErrorCode ) {
BLUErrorCodeUnknown = 5000,
BLUErrorCodeBeaconManager,
BLUErrorCodeConfigurableBeacon,
BLUErrorCodeFirmwareUpdate,
BLUErrorCodePasswordRequired,
BLUErrorCodeNoPasswordRequired,
BLUErrorCodeEncryptionStatus,
BLUErrorCodeAdvertisementEncryption,
};
Constants
BLUErrorCodeUnknown
-
The cause of the error is unknown.
Declared In
BLUError.h
. BLUErrorCodeBeaconManager
-
The error originated in a
BLUBeaconManager
instance.Declared In
BLUError.h
. BLUErrorCodeConfigurableBeacon
-
The error originated in a
BLUConfigurableBeacon
instance.Declared In
BLUError.h
. BLUErrorCodeFirmwareUpdate
-
The error was encountered during a beacon firmware update.
Declared In
BLUError.h
. BLUErrorCodePasswordRequired
-
A password is required error
Declared In
BLUError.h
. BLUErrorCodeNoPasswordRequired
-
No password is required error
Declared In
BLUError.h
. BLUErrorCodeEncryptionStatus
-
Authentication did fail during initialization
Declared In
BLUError.h
. BLUErrorCodeAdvertisementEncryption
-
The error was encountered while decoding encrypted advertisements.
Declared In
BLUError.h
.
Declared In
BLUError.h