operationError 资源类型
命名空间:microsoft.graph
描述 teamsAsyncOperation 中的错误。
operationError 属性
属性 | 类型 | 说明 |
---|---|---|
code | string (readonly) | 操作错误代码。 |
消息 | string (readonly) | 操作错误消息。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"code": "TeamUnavailable",
"message": "The team was not found."
}