UnbluApiInitConversationError
public enum UnbluApiInitConversationError : Error
Error which can occur when trying to init a conversation
-
Api is not initialized. May it is in error state if it was already initialized before
Declaration
Swift
case apiNotInitialized -
Error while starting/joining the conversation. See message for details.
Declaration
Swift
case failedToInitConversation(errorType: UnbluInitConversationErrorType, details: String?)Parameters
errorTypeType of the error
detailsError message; can be nil
-
Error while opening the conversation. See error type for details.
Declaration
Swift
case failedToOpenConversation(errorType: UnbluOpenConversationErrorType, details: String?)Parameters
errorTypeType of the error
detailsError message; can be nil
UnbluApiInitConversationError Enumeration Reference