| title | cloudPcStatusDetail resource type |
|---|---|
| description | Describes the extended detail of the Cloud PC status or action status, including code, message, and additional information. |
| author | AshleyYangSZ |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 06/20/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Describes the extended detail of the Cloud PC status or action status, including code, message, and additional information.
| Property | Type | Description |
|---|---|---|
| code | String | The error/warning code associated with the Cloud PC status. Example: "code": "internalServerError". |
| message | String | The status message associated with error code. Example: "message": "There was an internal server error. Please contact support xxx.". |
| additionalInformation | keyValuePair collection | More information about the Cloud PC status. For example, "additionalInformation": ["{'@odata.type': 'microsoft.graph.keyValuePair','name': 'retriable','value': true }] " |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcStatusDetail",
"code": "String",
"message": "String",
"additionalInformation": [
{
"@odata.type": "microsoft.graph.keyValuePair"
}
]
}