Skip to the content.

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

Error

[androidJvm]
sealed class Error : Streem.CreateInvitationResult

Types

Name Summary
ClientVersionTooOld [androidJvm]
object ClientVersionTooOld : Streem.CreateInvitationResult.Error
InvalidPhoneNumber [androidJvm]
object InvalidPhoneNumber : Streem.CreateInvitationResult.Error
InvalidUserName [androidJvm]
object InvalidUserName : Streem.CreateInvitationResult.Error
LandlinePhoneNumber [androidJvm]
object LandlinePhoneNumber : Streem.CreateInvitationResult.Error
SmsDeliveryFailure [androidJvm]
object SmsDeliveryFailure : Streem.CreateInvitationResult.Error
UnexpectedError [androidJvm]
class UnexpectedError(val error: Throwable) : Streem.CreateInvitationResult.Error

Inheritors

Name
InvalidUserName
InvalidPhoneNumber
LandlinePhoneNumber
SmsDeliveryFailure
ClientVersionTooOld
UnexpectedError