CallControlResult.Error


public final class CallControlResult.Error extends 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(int errorCode)

Public methods

boolean
equals(Object other)
final int
int
@NonNull String

Public constructors

Error

Added in 1.0.0-alpha03
public Error(int errorCode)

Public methods

equals

public boolean equals(Object other)

getErrorCode

Added in 1.0.0-alpha03
public final int getErrorCode()

hashCode

public int hashCode()

toString

public @NonNull String toString()