Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.06 KB

File metadata and controls

61 lines (46 loc) · 1.06 KB
title mailTipsError resource type
description An error that occurs during an action.
ms.localizationpriority medium
author SuryaLashmiS
ms.subservice outlook
doc_type resourcePageType
ms.date 03/21/2024

mailTipsError resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An error that occurs during an action.

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.

{
  "message": "string",
  "code": "string"
}