public class

DJIAirLinkError

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

Class Overview

Defines all AirLink related errors

Summary

Fields
public static final DJIAirLinkError IMAGE_TRANSMITTER_CANNOT_SET_PARAMETERS_IN_THIS_STATE Cannot set the parameters in this state.
public static final DJIAirLinkError IMAGE_TRANSMITTER_INVALID_PARAMETER This field is deprecated. Please use the COMMON_PARAM_ILLEGAL for checking the error
[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 DJIAirLinkError IMAGE_TRANSMITTER_CANNOT_SET_PARAMETERS_IN_THIS_STATE

Cannot set the parameters in this state.

public static final DJIAirLinkError IMAGE_TRANSMITTER_INVALID_PARAMETER

This field is deprecated.
Please use the COMMON_PARAM_ILLEGAL for checking the error

The input parameters is out of bound or invalid.

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.