Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.02 KB

File metadata and controls

45 lines (40 loc) · 1.02 KB
title description author ms.localizationpriority ms.subservice doc_type
publicInnerError resource type
Represents the inner details of an error.
AkJo
medium
teams
resourcePageType

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 JSON representation shows the resource type.

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