FeatureFailureReason Enumeration |
Namespace: Avaya.ClientServices
public enum FeatureFailureReason
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Unknown failure reason. | |
| Unsupported | 1 | The feature is not supported. | |
| Rejected | 2 | Feature invocation rejected. | |
| Busy | 3 | The user is busy. | |
| UserNotFound | 4 | User does not exist. | |
| UserTemporarilyUnavailable | 5 | User not registered. | |
| InvalidParameter | 6 | Specified parameter is invalid. | |
| SendFailure | 7 | Request failure due to network error. | |
| AuthenticationFailure | 8 | Authentication failure. | |
| InvalidState | 9 | Invalid feature state. | |
| Failed | 10 | Server error. | |
| Cancelled | 11 | Request cancelled. |
© 2017 Avaya LLC. All Rights Reserved.