UnbluJoinConversationErrorType

public enum UnbluJoinConversationErrorType : String
  • 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"
  • Declaration

    Swift

    case noSuchInvitationTokenException = "NoSuchInvitationTokenException"
  • Declaration

    Swift

    case renewTokenException = "RenewTokenException"
  • Declaration

    Swift

    case redeemTokenException = "RedeemTokenException"
  • Declaration

    Swift

    case noSuchInvitationIdException = "NoSuchInvitationIdException"
  • Declaration

    Swift

    case noSuchConversationException = "NoSuchConversationException"