staticfinal DJIAccessLockerError SECURITY_CODE_INCORRECT_FIVE_TIMES = new DJIAccessLockerError("Attempt with wrong security codes more than 5 times. The aircraft is disable and try again in 1 minute.")
Package:
dji.common.error
Description:
Attempt with wrong Security Code more than 5 times. The aircraft is disable and try again in 1 minute.
staticfinal DJIAccessLockerError SECURITY_CODE_INCORRECT_TWENTY_TIMES = new DJIAccessLockerError("Attempt with wrong security codes more than 20 times. The aircraft is disable and try again in 24 hours.")
Package:
dji.common.error
Description:
Attempt with wrong Security Code more than 20 times. The aircraft is disable and try again in 24 hours.
staticfinal DJIAccessLockerError SECURITY_CODE_FORMAT_INVALID= new DJIAccessLockerError("The new security code is not valid.A valid security code should contain only numbers and letters and its length is not less than 6 characters and not longer than 8 characters.")
Package:
dji.common.error
Description:
The new security code is not valid. A valid security code should contain only numbers and letters and its length is not less than 4 characters and not longer than 8 characters.