java.lang.Object | ||
↳ | dji.common.error.DJIError | |
↳ | dji.common.error.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 | 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_FIND_UNLOCKED_RECORD_IN_THE_SERVER | Could not find unlocked record in the server. | |||||||||
public static final DJIGeoError | NO_DATA_IN_DATABASE | No data in database. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Could not connect to the Internet while SDK try to pull the latest cached data from server.
Could not find unlocked record in the server.
Retrieves the specific DJIAirLinkError
corresponding to the error code.
Retrieves the description of the error code.
Sets the description for the error code.