UnsupportedConfigurationError
public enum UnsupportedConfigurationError : Error
This object encapsulates all the possible Error cases that the Wayfinding Library may throw
-
Error thrown when no credentials are set before loading the wayfinding view
- message: Brief text explaining the reason of the error
Declaration
Swift
case missingCredentials(message: String)
-
Error thrown when the credentials are invalid
- message: Brief text explaining the reason of the error
Declaration
Swift
case invalidCredentials(message: String)
-
Error thrown when the provided ID for the active building is invalid
- message: Brief text explaining the reason of the error
Declaration
Swift
case invalidActiveBuilding(message: String)