BMSAnalyticsError
public enum BMSAnalyticsError : Error
These error codes indicate a failure that occurred within the BMSAnalytics framework.
-
Analytics must be initialized with
Analytics.initialize(appName:apiKey:hasUserContext:deviceEvents:)
before callingAnalytics.send(completionHandler:)
orLogger.send(completionHandler:)
.Declaration
Swift
case analyticsNotInitialized
-
If there are no logs or analytics data recorded, there is nothing to send to the Mobile Analytics service.
Declaration
Swift
case noLogsToSend