Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Contains more specific, potentially internal, details about an error that occurred during data classification, label evaluation, or policy processing.
Properties
| Property | Type | Description |
|---|---|---|
| activityId | String | The activity ID associated with the request that generated the error. |
| clientRequestId | String | The client request ID, if provided by the caller. |
| code | String | A more specific, potentially internal, error code string. |
| errorDateTime | DateTimeOffset | The date and time the inner error occurred. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.classificationInnerError",
"errorDateTime": "String (timestamp)",
"code": "String",
"clientRequestId": "String",
"activityId": "String"
}