Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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"
}