failureInfo resource type

Namespace: microsoft.graph.callRecords

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

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 is a JSON representation of the resource.

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