DJISDKError
enum DJISDKError : NSInteger {}
DJI SDK Error
-
Feature not supported error.
Declaration
Objective-C
DJISDKErrorSDKFeatureNotSupported = -1000L
-
Application not activated error.
Declaration
Objective-C
DJISDKErrorApplicationNotActivated = -1001L
-
SDKLevel not permitted error
Declaration
Objective-C
DJISDKErrorSDKLevelNotPermitted = -1002L
-
Timeout error.
Declaration
Objective-C
DJISDKErrorTimeout = -1003L
-
System busy error
Declaration
Objective-C
DJISDKErrorSystemBusy = -1004L
-
Parameters invalid error
Declaration
Objective-C
DJISDKErrorInvalidParameters = -1005L
-
Get parameter failed error.
Declaration
Objective-C
DJISDKErrorParameterGetFailed = -1006L
-
Set parameter failed error.
Declaration
Objective-C
DJISDKErrorParameterSetFailed = -1007L
-
Command execute failed error.
Declaration
Objective-C
DJISDKErrorCommandExecutionFailed = -1008L
-
Send data failed error.
Declaration
Objective-C
DJISDKErrorSendDataFailed = -1009L
-
Connection to SDK failed error.
Declaration
Objective-C
DJISDKErrorConnectionToSDKFailed = -1010L
-
Server data not ready.
Declaration
Objective-C
DJISDKErrorServerDataNotReady = -1011L
-
Product unknown.
Declaration
Objective-C
DJISDKErrorProductUnknown = -1012L
-
Product not support.
Declaration
Objective-C
DJISDKErrorProductNotSupport = -1013L
-
Device not found.
Declaration
Objective-C
DJISDKErrorDeviceNotFound = -1014L
-
The command is not supported by the current firmware version.
Declaration
Objective-C
DJISDKErrorNotSupportedByFirmware = -1015L
-
The received data is invalid.
Declaration
Objective-C
DJISDKErrorReceivedDataInvalid = -1016L
-
No data is received.
Declaration
Objective-C
DJISDKErrorNoReceivedData = -1017L
-
The Bluetooth is off. Turn it on in iOS settings menu.
Declaration
Objective-C
DJISDKErrorBluetoothOff = -1018L
-
Not defined error.
Declaration
Objective-C
DJISDKErrorNotDefined = -1999L