publicInnerError resource type

Namespace: microsoft.graph

Represents the inner details of a publicError.

Properties

Property Type Description
code String The error code.
details publicErrorDetail collection A collection of error details.
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.publicInnerError",
  "code": "String",
  "message": "String",
  "target": "String",
  "details": [
    {
      "@odata.type": "microsoft.graph.publicErrorDetail"
    }
  ]
}