UnbluOpenConversationOverviewError
public enum UnbluOpenConversationOverviewError : Error
Error which can occur when trying to open the conversation overview
-
UnbluClient
is not initialized. May it is in error state if it was already initialized beforeDeclaration
Swift
case clientNotInitialized
-
The ui must be at least shown once after initialization, otherwise this error is thrown
Declaration
Swift
case uiWasNeverShown
-
Error while opening the conversation overview. See error type for details.
Declaration
Swift
case failedToOpenConversationOverview(errorType: UnbluOpenConversationOverviewErrorType, details: String?)
Parameters
errorType
Type of the error
details
Error message; can be nil