CallControlResult.Error


class CallControlResult.Error : CallControlResult


The associated CallControlScope method failed. For example, if CallControlScope.setActive was requested, Telecom failed to transition the call to active. There are numerous reasons why the operation failed; please see the errorCode for details.

Summary

Public constructors

Error(errorCode: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int

Public constructors

Error

Added in 1.0.0-alpha03
Error(errorCode: Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

errorCode

Added in 1.0.0-alpha03
val errorCodeInt