provisioningErrorInfo resource type
Namespace: microsoft.graph
Describes the status of the provisioning event and the associated errors.
Properties
Property | Type | Description |
---|---|---|
additionalDetails | String | Additional details if there's error. |
errorCategory | provisioningStatusErrorCategory | 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"
}