WayfindingError

public enum WayfindingError : LocalizedError

Errors WayfindinLibrary could raise

  • Select a POI on selectPoi() inside SitumMapsLibrary could return and invalid POI error when this poi do no belong to the current building

    Declaration

    Swift

    case invalidPOI
  • Generic error that represent an unexpected error

    Declaration

    Swift

    case unknown
  • Description of error

    Declaration

    Swift

    public var errorDescription: String? { get }
  • Code of error

    Declaration

    Swift

    public var _code: Int { get }