Skip to the content.

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

Error

[androidJvm]
sealed class Error : Streem.LoginCompletionResult

Types

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

Inheritors

Name
ClientVersionTooOld
UnexpectedError