MediaEdgeResourceAllocationDiagnosticsReason 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.
Represents various media edge resource allocation diagnostics reasons.
public enum class MediaEdgeResourceAllocationDiagnosticsReason
public enum MediaEdgeResourceAllocationDiagnosticsReason
type MediaEdgeResourceAllocationDiagnosticsReason =
Public Enum MediaEdgeResourceAllocationDiagnosticsReason
- Inheritance
-
MediaEdgeResourceAllocationDiagnosticsReason
Fields
| MediaEdgeConnectionFailure | 3 | Unable to establish a TCP connection with the media edge server. |
| MediaEdgeCredentialsRejected | 4 | Credentials provided by the media edge authentication service were expired or invalid. |
| MediaEdgeDnsResolutionFailure | 2 | Unable to resolve the DNS name of the media edge server. |
| MediaEdgeFipsEncryptionNegotiationFailure | 5 | Unable to negotiate FIPS-compliant message encryption with the media edge server. |
| MediaEdgeResourceAllocationFailed | 6 | Unable to allocate resources on media edge service. |
| None | 1 | No media edge resource allocation failure. |
| Unknown | 0 | Unable to determine the diagnostics reason. |