java.lang.Object | ||
↳ | dji.common.error.DJIError | |
↳ | dji.sdk.base.DJIGeoError |
This class contains the error type for GEO feature. Copyright 2016 DJI All right reserved. Created on March 27, 2016 5:08:12 AM
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final DJIGeoError | ACCOUNT_NOT_LOG_IN | No user account recorded. | |||||||||
public static final DJIGeoError | ACCOUNT_NOT_LOG_IN_OR_NOT_AUTHORIZED | No logged in account or account did not get authorization. | |||||||||
public static final DJIGeoError | COULD_NOT_CONNECT_TO_INTERNET_FOR_PULLING_DATA | Could not connect to the Internet while SDK try to pull the latest cached data from server. | |||||||||
public static final DJIGeoError | COULD_NOT_ENABLE_OR_DISABLE_GEO_SYSTEM_WHILE_AIRCRAFT_IS_IN_THE_SKY | Could not enable or disable the GEO system while the aircraft is flying. | |||||||||
public static final DJIGeoError | COULD_NOT_FIND_UNLOCKED_RECORD_IN_THE_SERVER | Could not find unlocked record in the server. | |||||||||
public static final DJIGeoError | FLIGHT_CONTROLLER_SERIAL_NUMBER_IS_NOT_READY | The flight controller SN is not ready. | |||||||||
public static final DJIGeoError | INVALID_SIMULATED_LOCATION | Invalid simulation location. | |||||||||
public static final DJIGeoError | NO_DATA_IN_DATABASE | No data in database. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
dji.common.error.DJIError
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static DJIError |
getDJIError(Ccode ccode)
Retrieves the specific
DJIAirLinkError corresponding to the error code. | ||||||||||
String |
getDescription()
Retrieves the description of the error code.
| ||||||||||
void |
setDescription(String desc)
Sets the description for the error code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
dji.common.error.DJIError
| |||||||||||
From class
java.lang.Object
|
No logged in account or account did not get authorization.
Could not connect to the Internet while SDK try to pull the latest cached data from server.
Could not enable or disable the GEO system while the aircraft is flying.
Could not find unlocked record in the server.
The flight controller SN is not ready.
Retrieves the specific DJIAirLinkError
corresponding to the error code.
Retrieves the description of the error code.
Sets the description for the error code.