Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 871 Bytes

File metadata and controls

48 lines (35 loc) · 871 Bytes
title genericError resource type
description A general-purpose error.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice non-product-specific
author SuryaLashmiS
ms.date 04/11/2024

genericError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A general-purpose error.

Properties

Property Type Description
message String The error message.
code String The error code.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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