ElectronicHorizonErrorCode

public enum ElectronicHorizonErrorCode : UInt32, CaseIterable, Codable

Represents error codes that describe the result of the ElectronicHorizonEngine.update(...) method.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Offline availability: This property is available online and offline.

  • Electronic horizon engine state is not available.

    Declaration

    Swift

    case engineNotAvailable
  • Current position cannot be resolved in the current electronic horizon tree.

    Declaration

    Swift

    case positionNotFound
  • Current position cannot be matched to a road segment.

    Declaration

    Swift

    case positionOffRoad
  • Path tree is inconsistent.

    Declaration

    Swift

    case pathTreeInconsistent