UnbluJoinConversationError
enum UnbluJoinConversationError
Error which can occur when trying to join a conversation
-
UnbluClient
is 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 failedToJoinConversation(errorType: UnbluJoinConversationErrorType, details: String?)