Conversations Exception
class ConversationsException(errorInfo: ErrorInfo, cause: Throwable?) : Exception
Content copied to clipboard
Exception class that contains ErrorInfo object with error details.
Constructors
ConversationsException
Link copied to clipboard
fun ConversationsException(errorInfo: ErrorInfo, cause: Throwable? = null)
Content copied to clipboard
Create ConversationsException from ErrorInfo and cause.