Skip to the content.

//[](../../../../../index.html)/[pro.streem.sdk](../../../index.html)/[Streem](../../index.html)/[LoginInvitationResult](../index.html)/[Error](index.html)

Error

[androidJvm]
sealed class Error : Streem.LoginInvitationResult

Types

Name Summary
ClientVersionTooOld [androidJvm]
object ClientVersionTooOld : Streem.LoginInvitationResult.Error
InvitationConsumed [androidJvm]
object InvitationConsumed : Streem.LoginInvitationResult.Error
InvitationInvalid [androidJvm]
object InvitationInvalid : Streem.LoginInvitationResult.Error
UnexpectedError [androidJvm]
data class UnexpectedError(val error: Throwable) : Streem.LoginInvitationResult.Error

Inheritors

Name
InvitationConsumed
InvitationInvalid
ClientVersionTooOld
UnexpectedError