OperationFailureReason 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.
Indicates the reason for the failure of an operation.
public enum class OperationFailureReason
public enum OperationFailureReason
type OperationFailureReason =
Public Enum OperationFailureReason
- Inheritance
-
OperationFailureReason
Fields
| Aborted | 3 | The operation was aborted. |
| ConnectionThrottling | 4 | The connection is in throttling mode. |
| EndpointTerminated | 1 | The endpoint was terminated already. |
| InvalidSessionState | 5 | The session is in invalid state to perform this operation. |
| MediaFailure | 8 | Media related failure. |
| SessionRetrying | 7 | Session is in retrying mode. |
| SessionTerminated | 2 | The session was terminated already. The session can be the invite session or subscription session or a refer session. |
| SessionTerminatedAfter200Response | 6 | Session was terminated after 200 response |
| Unknown | 0 | Unknown reason. |