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