| title | serviceProvisioningXmlError resource type |
|---|---|
| description | Represents information published by a federated service describing a non-transient, service-specific error regarding the properties or link from an object that is represented as an xml string |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | entra-directory-management |
| author | PaulEkirapa |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents information published by a federated service that describes a nontransient, service specific error for the user, group, or organizational contact entities regarding the properties or links of objects(for example user memberships). These errors are represented as an xml string.
Inherits from serviceProvisioningError.
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date and time at which the error occurred. |
| errorDetail | String | Error Information published by the Federated Service as an xml string. |
| isResolved | Boolean | Indicates whether the Error has been attended to. |
| serviceInstance | String | Qualified service instance (for example, "SharePoint/Dublin") that published the service error information. |
None.
The following JSON representation shows the resource type.
{
"createdDateTime": "2020-01-31T17:45:18.00",
"errorDetail": "<a/>",
"isResolved": false,
"serviceInstance": "exchange/NAMPRD09-001-01"
}