java.lang.Object | ||
↳ | dji.common.error.DJIError | |
↳ | dji.common.error.DJIAirLinkError |
Defines all AirLink related errors
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
|
Cannot set the parameters in this state.
This field is deprecated.
Please use the COMMON_PARAM_ILLEGAL for checking the error
The input parameters is out of bound or invalid.
Retrieves the specific DJIAirLinkError
corresponding to the error code.
Retrieves the description of the error code.
Sets the description for the error code.