Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.7 KB

File metadata and controls

62 lines (48 loc) · 1.7 KB
title provisioningErrorInfo resource type
description Describes the status of the provisioning event and the associated errors.
ms.localizationpriority medium
author ArvindHarinder1
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 03/21/2024

provisioningErrorInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes the status of the provisioning event and the associated errors.

Properties

Property Type Description
additionalDetails String Additional details if there is error.
errorCategory String Categorizes the error code. Possible values are failure, nonServiceFailure, success, unknownFutureValue
errorCode String Unique error code if any occurred. Learn more
reason String Summarizes the status and describes why the status happened.
recommendedAction String Provides the resolution for the corresponding error.

JSON representation

The following JSON representation shows the resource type.

{
  "additionalDetails": "String",
  "errorCategory": "String",
  "errorCode": "String",
  "reason": "String",
  "recommendedAction": "String"
}