| 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
Represents information about why a call or portion of a call failed.
| 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"
}