UnbluInitConversationError
public enum UnbluInitConversationError : Error
Error which can occur when trying to init 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 failedToInitConversation(errorType: UnbluInitConversationErrorType, details: String?)
Parameters
errorType
Type of the error
details
Error message; can be nil
-
Error while opening the conversation. See error type for details.
Declaration
Swift
case failedToOpenConversation(errorType: UnbluOpenConversationErrorType, details: String?)
Parameters
errorType
Type of the error
details
Error message; can be nil