UnbluJoinConversationError
public enum UnbluJoinConversationError : Error
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?)
Parameters
errorType
Type of the error
details
Error message; can be nil