BlinkUpError Constants Reference
Declared in | BUErrors.h |
---|
BlinkUpError
Possible error codes
Please use the enumerations for error matching. The comment string listed after each error is the .string key for the NSLocalizedDescription of the error if you would like to override the message Conversion from older error codes is provided in the Migration documentation that can be found with the SDK
Definition
typedef NS_ENUM(NSInteger, BlinkUpError ) {
BlinkUpErrorNetworkError = 10,
BlinkUpErrorFlashPacketInvalid = 20,
BlinkUpErrorPasswordAlreadySaved = 51,
BlinkUpErrorPlanIDInvalid = 30,
BlinkUpErrorPlanIDRetrievalFailed = 31,
BlinkUpErrorSetupTokenInvalid = 41,
BlinkUpErrorSetupTokenRetrievalFailed = 42,
BlinkUpErrorSSIDNotSet = 60,
BlinkUpErrorServerResponseFailed = 80,
BlinkUpErrorPasswordSaveFailed = 52,
BlinkUpErrorBundleNotCopied = 110,
BlinkUpErrorObjCFlagNotSet = 111,
BlinkUpErrorConfigIdIsNil = 112,
BlinkUpErrorConfigIdIsNotActive = 113,
BlinkUpErrorApiKeyIsNil = 114,
BlinkUpErrorApiKeyIsToShort = 115,
BlinkUpErrorFeatureNameInvalid = 300,
BlinkUpErrorFeatureNotEnabled = 301,
BlinkUpErrorFeatureObjectInvalid = 302,
};
Constants
BlinkUpErrorNetworkError
-
NetworkErrorDuringImpPol
Declared In
BUErrors.h
. BlinkUpErrorFlashPacketInvalid
-
BadFlashPacket
Declared In
BUErrors.h
. BlinkUpErrorPasswordAlreadySaved
-
SaveWifiConfigPasswordError
Declared In
BUErrors.h
. BlinkUpErrorPlanIDInvalid
-
BadPlanId
Declared In
BUErrors.h
. BlinkUpErrorPlanIDRetrievalFailed
-
FailedGettingPlanIdFromServer
Declared In
BUErrors.h
. BlinkUpErrorSetupTokenInvalid
-
BadSetupToken
Declared In
BUErrors.h
. BlinkUpErrorSetupTokenRetrievalFailed
-
SetupTokenFailure
Declared In
BUErrors.h
. BlinkUpErrorSSIDNotSet
-
EmptySsid
Declared In
BUErrors.h
. BlinkUpErrorServerResponseFailed
-
ServerRepondedWithError
Declared In
BUErrors.h
. BlinkUpErrorPasswordSaveFailed
-
Security issue when saving password
Declared In
BUErrors.h
. BlinkUpErrorBundleNotCopied
-
The BlinkUp.bundle was not included in your target
Declared In
BUErrors.h
. BlinkUpErrorObjCFlagNotSet
-
The ObjC flag was not set in your project
Declared In
BUErrors.h
. BlinkUpErrorConfigIdIsNil
-
A configId was not passed in to the flash controller
Declared In
BUErrors.h
. BlinkUpErrorConfigIdIsNotActive
-
A non-active configId was passed in to the flash controller
Declared In
BUErrors.h
. BlinkUpErrorApiKeyIsNil
-
The ApiKey cannot be nil
Declared In
BUErrors.h
. BlinkUpErrorApiKeyIsToShort
-
The ApiKey is not long enough
Declared In
BUErrors.h
. BlinkUpErrorFeatureNameInvalid
-
The Feature Name was not valid
Declared In
BUErrors.h
. BlinkUpErrorFeatureNotEnabled
-
The Feature was not enabled
Declared In
BUErrors.h
. BlinkUpErrorFeatureObjectInvalid
-
The Feature Object was of an invalid type
Declared In
BUErrors.h
.
Declared In
BUErrors.h