public class

DJIGeoError

extends DJIError
java.lang.Object
   ↳ dji.common.error.DJIError
     ↳ dji.common.error.DJIGeoError

Class Overview

This class contains the error type for GEO feature. Copyright 2016 DJI All right reserved. Created on March 27, 2016 5:08:12 AM

Summary

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
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

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.

Public Methods

public static DJIError getDJIError (Ccode ccode)

Retrieves the specific DJIAirLinkError corresponding to the error code.

public String getDescription ()

Retrieves the description of the error code.

public void setDescription (String desc)

Sets the description for the error code.