staticfinal GoToActionError INVALID_ALTITUDE = new GoToActionError("Altitude of the GoToAction Waypoint mission is not valid, its value should in the range [-200, 500]")
Package:
dji.sdk.mission.error
Description:
Altitude of the GoToAction Waypoint mission is not valid, its value should be in the range [-200, 500].
staticfinal GoToActionError INVALID_COORDINATE = new GoToActionError("GPS Coordinate of the GoToAction Waypoint is not valid. " + "Lattitude valud should in the range [-90f, 90f] and longitude value should in the range [-180f, 180f]")
Package:
dji.sdk.mission.error
Description:
GPS Coordinates of the GoToAction Waypoint is not valid. Latitude value should be in the range [-90f, 90f] and longitude value should be in the range [-180f, 180f].
staticfinal GoToActionError INVALID_FLIGHT_SPEED = new GoToActionError("Flight speed of the GoToAction Waypoint is not valid, its value should be in the range [2, 15]")
Package:
dji.sdk.mission.error
Description:
Flight speed of the GoToAction Waypoint is not valid. Value should be in range [2, 15] m/s.