CallEndpointErrorReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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. |