ElectronicHorizonErrorCode

public enum ElectronicHorizonErrorCode : UInt32, CaseIterable, Codable

Error codes that represents a result of ElectronicHorizon.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.

  • No error is present.

    Declaration

    Swift

    case none
  • Unknown error code.

    Declaration

    Swift

    case unknown
  • Error code for the data in map not being ready.

    Declaration

    Swift

    case dataNotReady
  • Segment not present in the cache.

    Declaration

    Swift

    case segmentNotFoundInCache
  • Segment is not yet loaded, but scheduled to be loaded.

    Declaration

    Swift

    case segmentNotReady
  • Path not found in the current tree

    Declaration

    Swift

    case pathNotFound
  • Invalid directed segment

    Declaration

    Swift

    case invalidSegmentData