Język

CallEndpointErrorReason Enum

Definition

public enum CallEndpointErrorReason
type CallEndpointErrorReason = 
Inheritance
CallEndpointErrorReason

Fields

Name Value Description
EndpointDoesNotExist 1

The operation has failed because requested CallEndpoint does not exist.

Android reference for android.telecom.CallEndpointException.ERROR_ENDPOINT_DOES_NOT_EXIST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RequestTimeOut 2

The operation was not completed on time.

Android reference for android.telecom.CallEndpointException.ERROR_REQUEST_TIME_OUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AnotherRequest 3

The operation was canceled by another request.

Android reference for android.telecom.CallEndpointException.ERROR_ANOTHER_REQUEST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Unspecified 4

The operation has failed due to an unknown or unspecified error.

Android reference for android.telecom.CallEndpointException.ERROR_UNSPECIFIED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to