Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 911 Bytes

File metadata and controls

42 lines (35 loc) · 911 Bytes
title publicErrorDetail resource type
description Represents the details of an error.
author AkJo
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

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

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