UnbluApiInitializeError
public enum UnbluApiInitializeError : Error
Error which can occur while initializing the unblu api
-
Error when the UnbluApi#configure function was not called
Declaration
Swift
case configureNotCalled -
UnbluApi is in error state and should be deinitialized first, before initializing it
Declaration
Swift
case inErrorState -
General error which caused the api not to start. It may contains a message for further details, but this message is for internal use only and not localized
Declaration
Swift
case initFailed(errorType: UnbluApiErrorType, details: String?)Parameters
errorTypeType of the error
detailsDetailed message about the error. Can be null
UnbluApiInitializeError Enumeration Reference