CXErrorCodeRequestTransactionError 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 transaction request errors.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXErrorCodeRequestTransactionError
type CXErrorCodeRequestTransactionError =
- Inheritance
-
CXErrorCodeRequestTransactionError
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | An unknown error occured. |
Unentitled | 1 | |
UnknownCallProvider | 2 | The call provider was unknown. |
EmptyTransaction | 3 | The transaction was empty. |
UnknownCallUuid | 4 | The call UUID was unknown. |
CallUuidAlreadyExists | 5 | |
InvalidAction | 6 | The action was invalid. |
MaximumCallGroupsReached | 7 | The maximum number of call groups was reached. |