Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.19 KB

File metadata and controls

52 lines (41 loc) · 1.19 KB
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

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. The possible values are: unknown, callSetup, midcall, unknownFutureValue.

JSON representation

The following JSON representation shows the resource type.

{
  "reason": "String",
  "stage": "String"
}