ElectronicHorizonDataLoaderErrorCode

public enum ElectronicHorizonDataLoaderErrorCode : UInt32, CaseIterable, Codable

Represents error codes that describe the result of the ElectronicHorizonDataLoader.getSegment(...) 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.

  • Segment is not present in the data loader cache.

    Declaration

    Swift

    case segmentNotCached
  • Segment is scheduled for loading but not available yet.

    Declaration

    Swift

    case segmentNotReady