Upravit

Sdílet prostřednictvím


provisioningErrorInfo resource type

Namespace: microsoft.graph

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.

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"
}