educationSynchronizationError 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示学校数据配置文件验证和/或同步过程中出现的错误。对于无法验证和/或与 Azure Active Directory (Azure AD) 进行同步的每个条目,都会生成一个唯一的错误。

方法

方法 返回类型 说明
获取同步错误 educationSynchronizationError 集合 返回与配置文件关联的同步错误的列表。

属性

属性 类型 说明
id String 资源的唯一标识符。 (只读)
entryType String 表示 (学校、section、student、教师) 的同步实体。
errorCode String 表示此错误的错误代码。
errorMessage String 包含错误的说明。
joiningValue String 条目的唯一标识符。
recordedDateTime DateTimeOffset 出现此错误的时间。
reportableIdentifier String 此错误项的标识符。

JSON 表示形式

{
  "id": "String",
  "entryType": "String",
  "errorCode": "String",
  "errorMessage": "String",
  "joiningValue": "String",
  "recordedDateTime": "DateTimeOffset",
  "reportableIdentifier": "String"
}