staticfinal DJIError COMMON_PARAM_ILLEGAL = new DJIError("Param Illegal")
Package:
dji.common.error
Description:
Illegal parameters. This error will be returned by the function for setting camera parameters in DJIPhantomCamera and DJIInspireCamera, when illegal parameters are used.
staticfinal DJIError UNABLE_TO_GET_FIRMWARE_VERSION = new DJIError( "Unable to get the firmware version. Note: The sdk will fetch the firmware version from the server so, please ensure you have Internet connectivity before you invoke getVersion().")
Package:
dji.common.error
Description:
Unable to get the firmware version. Note: The SDK gets the firmware version table from the server. Ensure Internet connectivity before you invoke getVersion().
staticfinal DJIError UNABLE_TO_GET_FLAGS = new DJIError( "Unable to get the analytics flags from server. Please ensure you have Internet connectivity before you invoke this method.")
Package:
dji.common.error
Description:
Unable to get the analytics flags from server. Note: Ensure Internet connectivity before you invoke this method.
staticfinal DJIError UNABLE_TO_GET_FLAG_BUT_RETRY = new DJIError( "Unable to get the analytics flags from server, but retrying. Please ensure you have Internet connectivity before invoking this method")
Package:
dji.common.error
Description:
Unable to get the analytics flags from server, but retrying.
staticfinal DJIError BATTERY_GET_SMART_BATTERY_INFO_FAILED = new DJIError("Get smart battery info failed")
Package:
dji.common.error
Description:
Get smart battery information failed. This error will be returned by the functions for getting information in DJIPhantomBattery and DJIAircraftBattery when the request to get information failed.
public void getSmartBatteryRestTimeForAll(DJISmartBatteryExecuteResultCallback mCallBack) public void getSmartBatteryNeedTimeForGoHome(DJISmartBatteryExecuteResultCallback mCallBack) public void getSmartBatteryNeedTimeForLand(DJISmartBatteryExecuteResultCallback mCallBack) public void getSmartBatteryGohomeBatteryLevel(DJISmartBatteryExecuteResultCallback mCallBack) public void getSmartBatteryLandBatteryLevel(DJISmartBatteryExecuteResultCallback mCallBack) public void getSmartBatteryRadiusForGohome(DJISmartBatteryExecuteResultCallback mCallBack) public void getSmartBatteryRequestGohomeFlag(DJISmartBatteryExecuteResultCallback mCallBack)