EachFailure

data class EachFailure<T : BaseMessage>(val failedMessage: T, val e: SendbirdException) : MultipleMessagesResult<T>

Contains result that the request was failed.

Constructors

Link copied to clipboard
constructor(failedMessage: T, e: SendbirdException)

Properties

Link copied to clipboard
val e: SendbirdException

The exception

Link copied to clipboard

The base message