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
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown reason. |
EndpointTerminated | 1 | The endpoint was terminated already. |
SessionTerminated | 2 | The session was terminated already. The session can be the invite session or subscription session or a refer session. |
Aborted | 3 | The operation was aborted. |
ConnectionThrottling | 4 | The connection is in throttling mode. |
InvalidSessionState | 5 | The session is in invalid state to perform this operation. |
SessionTerminatedAfter200Response | 6 | Session was terminated after 200 response |
SessionRetrying | 7 | Session is in retrying mode. |
MediaFailure | 8 | Media related failure. |