UnbluInitConversationErrorType
public enum UnbluInitConversationErrorType : String
Error type thrown when initializing (starting, joining) a conversation fails
-
Internal error from the native code. Check the message for more details
Declaration
Swift
case fatalError = "FATAL_ERROR"
-
Failed to start/join the conversation
Declaration
Swift
case unexpectedExecutionError = "UNEXPECTED_EXECUTION_ERROR"