Microsoft Graph · Schema

failureInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
reason string Classification of why a call or portion of a call failed.
stage object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsfailureinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.failureInfo",
  "title": "failureInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "reason": {
      "type": "string",
      "description": "Classification of why a call or portion of a call failed.",
      "nullable": true
    },
    "stage": {
      "$ref": "#/components/schemas/microsoft.graph.callRecords.failureStage"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}