Edit

errorDetail 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 the information and properties of an errorDetail object. This resource allows the admins to get details of errors found during a configurationMonitor run or a configurationSnapshotJob. These details help admins identify the issues. When the administrator resolves the issues, the monitor and snapshot jobs run successfully.

Administrators can use the $select query parameter to get errorDetails from the configurationMonitoringResult and configurationSnapshotJob APIs.

Properties

Property Type Description
errorMessage String The message that describes the error to help the admin take action.
resourceInstanceName String The resource type identifier.
resourceType String Name of the resource type.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.errorDetail",
  "errorMessage": "String",
  "resourceInstanceName": "String",
  "resourceType": "String"
}