FlightPlanActivationError

@objc(GSFlightPlanActivationError)
public enum FlightPlanActivationError : Int, CustomStringConvertible

Activation error.

  • No activation error.

    Declaration

    Swift

    case none
  • Incorrect flight plan file.

    Declaration

    Swift

    case incorrectFlightPlanFile
  • One or more waypoints are beyond the geofence.

    Declaration

    Swift

    case waypointBeyondGeofence
  • Debug description.

    Declaration

    Swift

    public var description: String { get }