Edit

synchronizationError resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an error that occurred during the synchronization process. Configured in the error property of the synchronizationTaskExecution and synchronizationQuarantine resources.

Properties

Property Type Description
code String The error code. For example, AzureDirectoryB2BManagementPolicyCheckFailure.
message String The error message. For example, Policy permitting auto-redemption of invitations not configured.
tenantActionable Boolean The action to take to resolve the error. For example, false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "code": "String",
  "message": "String",
  "tenantActionable": "Boolean"
}