CXErrorCodeIncomingCallError 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.
Enumerates incoming call errors.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXErrorCodeIncomingCallError
type CXErrorCodeIncomingCallError =
- Inheritance
-
CXErrorCodeIncomingCallError
- Attributes
Fields
CallUuidAlreadyExists | 2 | The UUID for the call already exists. |
FilteredByBlockList | 4 | The caller is blocked. |
FilteredByDoNotDisturb | 3 | The device is in Do Not Disturb mode. |
Unentitled | 1 | |
Unknown | 0 | An unknown error occurred. |