java.lang.Object | ||
↳ | dji.sdk.base.DJIError | |
↳ | dji.sdk.base.DJIGimbalError |
Defines all gimbal related errors.
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 |
Cannot set the parameters in this state.
Returns the specific error in DJIGimbalError according to the error code.
Returns the description of the error code.
Sets the description for the error code.