public class

DJIGimbalError

extends DJIError
java.lang.Object
   ↳ dji.sdk.base.DJIError
     ↳ dji.sdk.base.DJIGimbalError

Class Overview

Defines all gimbal related errors.

Summary

Fields
public static final DJIGimbalError GIMBAL_CANNOT_SET_PARAMETERS_IN_THIS_STATE Cannot set the parameters in this state.
public static final DJIGimbalError GIMBAL_RESULT_FAILED
[Expand]
Inherited Fields
From class dji.sdk.base.DJIError
Public Methods
static DJIError getDJIError(Ccode ccode)
Returns the specific error in DJIGimbalError according to the error code.
String getDescription()
Returns the description of the error code.
void setDescription(String desc)
Sets the description for the error code.
[Expand]
Inherited Methods
From class dji.sdk.base.DJIError
From class java.lang.Object

Fields

public static final DJIGimbalError GIMBAL_CANNOT_SET_PARAMETERS_IN_THIS_STATE

Cannot set the parameters in this state.

public static final DJIGimbalError GIMBAL_RESULT_FAILED

Public Methods

public static DJIError getDJIError (Ccode ccode)

Returns the specific error in DJIGimbalError according to the error code.

public String getDescription ()

Returns the description of the error code.

public void setDescription (String desc)

Sets the description for the error code.