UnbluInitConversationError
enum UnbluInitConversationError
Error which can occur when trying to init a conversation
-
UnbluClientis not initialized. May it is in error state if it was already initialized beforeDeclaration
Swift
case clientNotInitialized -
Error while starting/joining the conversation. See message for details.
Declaration
Swift
case failedToInitConversation(errorType: UnbluInitConversationErrorType, details: String?) -
Error while opening the conversation. See error type for details.
Declaration
Swift
case failedToOpenConversation(errorType: UnbluOpenConversationErrorType, details: String?)