static DJIWaypointV2Error MISSION_COUNT_OVER_RANGE = new DJIWaypointV2Error("The mission waypoint count is larger than max waypoint count of 65535.", -2001)
Package:
dji.common.error
Description:
The mission waypoint count is larger than max waypoint count 65535.
static DJIWaypointV2Error MISSION_MAX_FLIGHT_SPEED_INVALID = new DJIWaypointV2Error("The mission max flight speed is greater than 15m/s or less than 2m/s.", -2004)
Package:
dji.common.error
Description:
The mission DJIMutableWaypointV2Mission_maxFlightSpeed is greater than 15m/s or less than 2m/s. See DJIMutableWaypointV2Mission_maxFlightSpeed.
static DJIWaypointV2Error MISSION_AUTO_FLIGHT_SPEED_INVALID = new DJIWaypointV2Error("The mission auto flight speed is greater than max flight speed.", -2005)
Package:
dji.common.error
Description:
The mission DJIMutableWaypointV2Mission_autoFlightSpeed is greater than DJIMutableWaypointV2Mission_maxFlightSpeed.
static DJIWaypointV2Error MISSION_EXIT_MISSION_ON_RC_SIGNAL_LOST_INVALID = new DJIWaypointV2Error("The mission exit mission on RC signal lost is invalid.", -2008)
Package:
dji.common.error
Description:
The mission DJIMutableWaypointV2Mission_exitMissionOnRCSignalLost is invalid.
static DJIWaypointV2Error MISSION_ALREADY_EXECUTING = new DJIWaypointV2Error("There is already a mission in execution when trying to upload a new mission.", -2010)
Package:
dji.common.error
Description:
There is already a mission executing when trying to upload a new mission.
static DJIWaypointV2Error MISSION_WAYPOINT_DISTANCE_TOO_CLOSE = new DJIWaypointV2Error("Waypoint is too close to two adjacent waypoints. The min distance is 0.5m.", -2014)
Package:
dji.common.error
Description:
Waypoint is too close to two adjacent waypoints. The min distance is 0.5m.
static DJIWaypointV2Error MISSION_WAYPOINT_DISTANCE_TO_FAR = new DJIWaypointV2Error("Waypoint is too from two adjacent waypoints, The max distance is 5km.", -2015)
Package:
dji.common.error
Description:
Waypoint is too far from two adjacent waypoints, The max distance is 5km.
static DJIWaypointV2Error MISSION_WAYPOINT_MAX_FLIGHT_SPEED_OVER_MISSION_MAX_FLIGHT_SPEED = new DJIWaypointV2Error("There is one uploaded waypoint has speed which is greater than mission's max speed.", -2016)
Package:
dji.common.error
Description:
The upload waypoints have a getMaxFlightSpeed is greater than DJIMutableWaypointV2Mission_maxFlightSpeed waypoint.
static DJIWaypointV2Error WAYPOINT_AUTO_FLIGHT_SPEED_OVER_WAYPOINT_MAX_FLIGHT_SPEED = new DJIWaypointV2Error("The upload waypoints have one waypoint auto flight speed greater than max flight speed.", -2017)
static DJIWaypointV2Error WAYPOINT_AUTO_FLIGHT_SPEED_OVER_MISSION_MAX_FLGHT_SPEED = new DJIWaypointV2Error("The upload waypoints have one waypoint auto flight speed greater than mission max flight speed.", -2018)
Package:
dji.common.error
Description:
The upload waypoints have a getAutoFlightSpeed is greater than DJIMutableWaypointV2Mission_maxFlightSpeed waypoint.
static DJIWaypointV2Error WAYPOINT_DAMPING_DISTANCE_INVALID = new DJIWaypointV2Error("The waypoint damping distance is greater than or equal the distance of adjacent waypoint.", -2027)
Package:
dji.common.error
Description:
The waypoint getDampingDistance is greater than or equal to the distance of adjacent waypoint.
static DJIWaypointV2Error LAST_WAYPOINT_FLIGHT_PATH_MODE_INVALID = new DJIWaypointV2Error("The waypoint flight path mode is invalid for last waypoint.", -2024)
static DJIWaypointV2Error UPLOAD_WAYPOINT_INDEX_NOT_CONTINUE = new DJIWaypointV2Error("The index of upload waypoint is not continue after the stored waypoint.", -2025)
Package:
dji.common.error
Description:
The index of upload waypoint is not continue after the stored waypoint.
static DJIWaypointV2Error FIRST_WAYPOINT_FLIGHT_PATH_MODE_INVALID = new DJIWaypointV2Error("The waypoint flight path mode is invalid for first waypoint.", -2026)
static DJIWaypointV2Error DOWNLOAD_MISSION_RANGE_OVER_STORAGE_COUNT = new DJIWaypointV2Error("The index of first and end waypoint expected to download is not in range of waypoints stored in aircraft.", -3001)
Package:
dji.common.error
Description:
The index of first and last waypoint expected to download is not in range of waypoints stored in aircraft.
static DJIWaypointV2Error AIRCRAFT_CURRENT_POSITION_TO_FIRST_WAYPOINT_TOO_FAR = new DJIWaypointV2Error("The aircraft current position is too far away from the first waypoint.", -4001)
Package:
dji.common.error
Description:
The aircraft current position is too far away from the first waypoint.
static DJIWaypointV2Error ACTION_INTERVAL_TRIGGER_WAYPOINT_INDEX_INVALID = new DJIWaypointV2Error("The action trigger waypoint index is invalid.", -8007)
Package:
dji.common.error
Description:
The action associate trigger waypoint index invalid.
static DJIWaypointV2Error ACTION_STOP_GIMBAL_UNIFORM_CONTROL_FAILED = new DJIWaypointV2Error("Gimbal is not mounted or unable to execute stop rotation command.", -11005)
Package:
dji.common.error
Description:
Gimbal is not mounted or unable to execute stop rotation command.
static DJIWaypointV2Error ACTION_FLIGHT_TYPE_NOT_SUPPORT_HOVER = new DJIWaypointV2Error("The current waypoint type(Coordinated turn or Curved route Aircraft continues) does not support setting the action when the waypoint is reached.", -12007)
Package:
dji.common.error
Description:
The current waypoint type(Coordinated turn or Curved route Aircraft continues) does not support setting the action when the waypoint is reached.
static DJIWaypointV2Error ACTION_ROTATE_AIRCRAFT_YAW_PARAM_INVALID = new DJIWaypointV2Error("The action of rotate aircraft yaw parameters are invalid.", -12001)
static DJIWaypointV2Error ACTION_ACTUATOR_CAMERA_SEND_SINGLE_SHOT_CMD_TO_CAMERA_FAILED = new DJIWaypointV2Error("Fail to send shoot photo command to camera cause of no camera or camera is busy", -15001)
Package:
dji.common.error
Description:
Failed to send shoot photo command to camera cause of no camera or camera is busy.
static DJIWaypointV2Error ACTION_ACTUATOR_CAMERA_SEND_VIDEO_START_CMD_TO_CAMERA_FAILED = new DJIWaypointV2Error("Fail to send start record command to camera cause of no camera or camera is busy. ", -15002)
Package:
dji.common.error
Description:
Failed to send start record command to camera cause of no camera or camera is busy.
static DJIWaypointV2Error ACTION_ACTUATOR_CAMERA_SEND_VIDEO_STOP_CMD_TO_CAMERA_FAILED = new DJIWaypointV2Error("Fail to send video stop command to camera cause of no camera or camera is not busy", -15003)
Package:
dji.common.error
Description:
Failed to send video stop command to camera cause of no camera or camera is not busy.
static DJIWaypointV2Error ACTION_ACTUATOR_CAMERA_SEND_FOCUS_CMD_TO_CAMERA_FAILED = new DJIWaypointV2Error("Fail to send camera focus command cause of no camera or camera is busy.", -15005)
Package:
dji.common.error
Description:
Failed to send camera focus command cause of no camera or camera is busy.
static DJIWaypointV2Error ACTION_ACTUATOR_CAMERA_SEND_FOCALIZE_CMD_TO_CAMERA_FAILED = new DJIWaypointV2Error("Fail to send camera zoom command cause of no camera or camera is busy. ", -15006)
Package:
dji.common.error
Description:
Failed to send camera zoom command cause of no camera or camera is busy.
The action actuator aircraft start or stop fly execute failed. For example: when the aircraft is flying, an error will occur when the isStartFly(TRUE) action is executed. You should execute isStartFly(FALSE) first.
static DJIWaypointV2Error MISSION_WAYPOINT_INTERRUPT_REASON_AVOID = new DJIWaypointV2Error("Waypoint mission was interrupted due to obstacle avoidance.", -13)
Package:
dji.common.error
Description:
The waypoint mission is interrupted by by obstacle avoidance system.
static DJIWaypointV2Error MISSION_WAYPOINT_INTERRUPT_REASON_AVOID_RADIUS_LIMIT = new DJIWaypointV2Error("Waypoint mission was interrupted due to reaching radius limit.", -14)
Package:
dji.common.error
Description:
The waypoint mission is interrupted because of radius limit.
static DJIWaypointV2Error MISSION_WAYPOINT_INTERRUPT_REASON_AVOID_HEIGHT_LIMIT = new DJIWaypointV2Error("Waypoint mission was interrupted due to height limit.", -15)
Package:
dji.common.error
Description:
The waypoint mission is interrupted because of height limit.
static DJIWaypointV2Error MISSION_WAYPOINT_INTERRUPT_REASON_AVOID_RTK_UNHEALTHY = new DJIWaypointV2Error("Waypoint mission was interrupted due to weak RTK signal.", -16)
Package:
dji.common.error
Description:
The waypoint mission is interrupted because of RTK week signal.
static DJIWaypointV2Error MISSION_WAYPOINT_INTERRUPT_REASON_AVOID_USER_REQ_BREAK = new DJIWaypointV2Error("Waypoint mission was interrupted due to interrupted by user.", -17)
Package:
dji.common.error
Description:
The waypoint mission is interrupted because of user request.
static DJIWaypointV2Error MISSION_WAYPOINT_SDR_LINK_RESERVE_FAILED_CAUSE_MOTOR_ON = new DJIWaypointV2Error("SDR link reserve failed because motor is on.", -11)
static DJIWaypointV2Error MISSION_WAYPOINT_ACTION_TRIGGER_NOT_MATCH_ACTUATOR = new DJIWaypointV2Error("The action actuator and the trigger type do not match.", -12)
Package:
dji.common.error
Description:
The action actuator and the trigger type do not match.
static DJIWaypointV2Error MISSION_WAYPOINT_TRAJECTORY_REPLAY_NO_WAYPOINT_TO_REMOVE = new DJIWaypointV2Error("The trajectory replay has no waypoint to remove.", -101)
static DJIWaypointV2Error MISSION_WAYPOINT_TRAJECTORY_REPLAY_GIMBAL_ATTI_ERROR = new DJIWaypointV2Error(" The trajectory replay's gimbal attitude has error.", -102)
Package:
dji.common.error
Description:
The trajectory replay's gimbal attitude has error.
static DJIWaypointV2Error MISSION_WAYPOINT_INDEX_INVALID = new DJIWaypointV2Error("Invalid waypoint index, please check your waypoint index with waypoint count.", -2011)
Package:
dji.common.error
Description:
Invalid waypoint index, please check your waypoint index with waypoint count.
static DJIWaypointV2Error MISSION_WAYPOINT_START_INDEX_NOT_IN_END_OF_LAST_UPLOAD = new DJIWaypointV2Error("The upload waypoint start index isn't in the given range.", -2013)
Package:
dji.common.error
Description:
The upload waypoint start index isn't in the given range.
static DJIWaypointV2Error MISSION_CONTROL_START_STOP_INVALID = new DJIWaypointV2Error("The aircraft start waypoint is too far away from the stop waypoint.", -4002)
Package:
dji.common.error
Description:
The aircraft start waypoint is too far away from the stop waypoint.
static DJIWaypointV2Error MISSION_CONTROL_NO_RUNNING_MISSION_FOR_RESUME = new DJIWaypointV2Error("The mission cannot resume because it is not running.", -4010)
Package:
dji.common.error
Description:
The mission cannot resume because it is not running.
static DJIWaypointV2Error MISSION_CONTROL_NOT_SUPPORT_INTERRUPT_RESUME = new DJIWaypointV2Error("The mission cannot be interrupted or recovered now.", -4014)
Package:
dji.common.error
Description:
The mission cannot be interrupted or recovered now.