publicInnerError 资源类型
命名空间:microsoft.graph
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| code | String | 错误代码。 |
| 详细信息 | publicErrorDetail 集合 | 错误详细信息的集合。 |
| message | String | 错误消息。 |
| target | String | 错误的目标值。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.publicInnerError",
"code": "String",
"message": "String",
"target": "String",
"details": [
{
"@odata.type": "microsoft.graph.publicErrorDetail"
}
]
}
反馈
提交和查看相关反馈