BEError
public enum BEError : Error
BEError
Version
1.0Copyright
Copyright © 2019 GlobeCo Technologies Pvt Ltd. All rights reserved.-
BEInvalidToken
- Will be triggered, if the token provedided on Configuration is Invalid token.
Declaration
Swift
case BEInvalidToken
-
BEFailedToFetchSites
- Will be triggered, when SDK couldn’t fetch site information
Declaration
Swift
case BEFailedToFetchSites
-
BELocationPermissionError
- Will be triggered, If location manager don’t have the permision to track beacons.
Declaration
Swift
case BELocationPermissionError
-
BEBeaconDataError
- Will be triggered, If there is any issue in Beacon information provided
Declaration
Swift
case BEBeaconDataError
-
BERoutingErrorInvalidRouteRequest
- Will trigger if -> the Source and Destination are the same
- Will trigger if -> the site tagged to BEView doesn’t have the provided Source point and Destination point.
Declaration
Swift
case BERoutingError
-
BERoutingErrorNoValidPath
- Will be triggered, If there is any issue in finding a path
Declaration
Swift
case BERoutingErrorNoValidPath