ConversationsException

class ConversationsException(errorInfo: ErrorInfo, cause: Throwable?) : Exception

Exception class that contains ErrorInfo object with error details.

Constructors

ConversationsException
Link copied to clipboard
fun ConversationsException(errorInfo: ErrorInfo, cause: Throwable? = null)

Create ConversationsException from ErrorInfo and cause.

Properties

errorInfo
Link copied to clipboard
val errorInfo: ErrorInfo