UnbluClientInitializeError
enum UnbluClientInitializeError
Error which can occur while initializing the UnbluClient
-
UnbluClientis in error state and should be deinitialized first, before initializing itDeclaration
Swift
case inErrorState -
General error which caused the client 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: UnbluClientErrorType, details: String?)