publicErrorDetail resource type

Namespace: microsoft.graph

Represents the details of publicError or publicInnerError.

Properties

Property Type Description
code String The error code.
message String The error message.
target String The target of the error.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.publicErrorDetail",
  "code": "String",
  "message": "String",
  "target": "String"
}