| title | failureInfo resource type |
|---|---|
| description | The failureInfo type |
| ms.localizationpriority | medium |
| author | mcm223 |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.callRecords
[!INCLUDE beta-disclaimer]
Represents information about why a call or portion of a call failed.
The failure can be of two types:
- Call setup failure
- Mid-call drop
If one or more media streams have any of these failures, that failure is propagated at the segment level. If one or more segments have any of these failures, that failure is propagated at the session level.
| Property | Type | Description |
|---|---|---|
| reason | String | Classification of why a call or portion of a call failed. |
| stage | microsoft.graph.callRecords.failureStage | The stage when the failure occurred. The possible values are: unknown, callSetup, midcall, unknownFutureValue. |
The following JSON representation shows the resource type.
{
"reason": "String",
"stage": "String"
}