UnbluOpenConversationOverviewErrorType
public enum UnbluOpenConversationOverviewErrorType : String
Error type thrown when opening the conversation overview
-
Internal error from the native code. Check the message for more details
Declaration
Swift
case fatalError = "FATAL_ERROR"
-
Failed to open the conversation overview
Declaration
Swift
case unexpectedExecutionError = "UNEXPECTED_EXECUTION_ERROR"