mavResultFailed top-level constant

MavResult const mavResultFailed

Command is valid, but execution has failed. This is used to indicate any non-temporary or unexpected problem, i.e. any problem that must be fixed before the command can succeed/be retried. For example, attempting to write a file when out of memory, attempting to arm when sensors are not calibrated, etc.

MAV_RESULT_FAILED

Implementation

const MavResult mavResultFailed = 4;