class IDJIError
| Package: | dji.v5.common.error |
Description:
Error code management class.
Supported since MSDK 5.0.0
Class Members:
method errorCode
| Package: | dji.v5.common.error |
Description:
Get error code.
Return:
method hint
| Package: | dji.v5.common.error |
Description:
Get the hint of an error code.
Return:
| String | Return the hint of an error code. |
method description
| Package: | dji.v5.common.error |
Description:
Get the description of an error code. Support Chinese and English, the language will switch according to the system language.
Return:
| String | Return the description of an error code. |
method toString
@Override String toString()
|
| Package: | dji.v5.common.error |
Description:
Get all error messages.
Return:
| String | Return all error messages. |