Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 768 Bytes

File metadata and controls

42 lines (32 loc) · 768 Bytes
title genericError resource type
description A general-purpose error.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice outlook
author SuryaLashmiS
ms.date 04/12/2024

genericError resource type

Namespace: microsoft.graph

A general-purpose error.

Properties

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

JSON representation

The following JSON representation shows the resource type.

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