staticfinal DJIAccessoryAggregationError FILE_NAME_LENGTH_INVALID = new DJIAccessoryAggregationError("The file name exceeds the maximum length (20 characters).")
Package:
dji.common.error
Description:
The file name exceeds the maximum length (20 characters).
staticfinal DJIAccessoryAggregationError DUPLICATION_OF_FILE_NAME = new DJIAccessoryAggregationError("The file name is already taken in the aircraft. Choose a different file name.")
Package:
dji.common.error
Description:
The file name is already taken in the aircraft. Choose a different file name.
staticfinal DJIAccessoryAggregationError FILE_INDEX_UNAVAIABLE_ERROR = new DJIAccessoryAggregationError("There is no more file index available for the file.")
Package:
dji.common.error
Description:
There is no more file index available for the file.
staticfinal DJIAccessoryAggregationError DATA_TRANSMISSION_DISCONNECTION_ERROR = new DJIAccessoryAggregationError("The connection of the speaker is broken and data transmission cannot start.")
Package:
dji.common.error
Description:
The connection of the speaker is broken and data transmission cannot start.
staticfinal DJIAccessoryAggregationError WRONG_DATA_TRANSIMISSION_STATE = new DJIAccessoryAggregationError("The data transimission operation cannot be executed in the current state.")
Package:
dji.common.error
Description:
The data transimission operation cannot be executed in the current state.
staticfinal DJIAccessoryAggregationError DATA_CORRUPTION_ERROR = new DJIAccessoryAggregationError("Data validation failed. Data is corrupted during the transmission.")
Package:
dji.common.error
Description:
Data validation failed. Data is corrupted during the transmission.
staticfinal DJIAccessoryAggregationError INTERRUPTED_BY_TIMEOUT_ERROR = new DJIAccessoryAggregationError("The ongoing data transmission is interrupted by timeout error.")
Package:
dji.common.error
Description:
The ongoing data transmission is interrupted by timeout error.
staticfinal DJIAccessoryAggregationError REJECTED_BY_FIRMWARE = new DJIAccessoryAggregationError("The operation is rejected by the firmware because state error.")
Package:
dji.common.error
Description:
The operation is rejected by the firmware because state error.