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
-
Making a request for a building id might not return anything
Declaration
Swift
case buildingNotExist
-
When making a request it can return an error
Declaration
Swift
case requestError
-
Description of error
Declaration
Swift
public var errorDescription: String? { get }
-
Code of error
Declaration
Swift
public var _code: Int { get }