Edit

errorDetail resource type

Namespace: microsoft.graph

Represents details of errors found during a configurationMonitor run or a configurationSnapshotJob. 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"
}