publicErrorDetail 资源类型
命名空间:microsoft.graph
表示 publicError 或 publicInnerError 的详细信息。
属性
属性 | 类型 | 说明 |
---|---|---|
code | String | 错误代码。 |
message | String | 错误消息。 |
target | String | 错误的目标值。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.publicErrorDetail",
"code": "String",
"message": "String",
"target": "String"
}