Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}