failureInfo resource type
Namespace: microsoft.graph.callRecords
Represents information about why a call or portion of a call failed.
Properties
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. Possible values are: unknown , callSetup , midcall , unknownFutureValue . |
JSON representation
The following JSON representation shows the resource type.
{
"reason": "String",
"stage": "String"
}