Failure

data class Failure(val exception: SendbirdException) : AuthResult

Represents a failed result.

Since

4.15.0

Constructors

Link copied to clipboard
constructor(exception: SendbirdException)

Properties

Link copied to clipboard
val exception: SendbirdException

The SendbirdException that occurred during the authentication process.