Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 968 Bytes

File metadata and controls

52 lines (40 loc) · 968 Bytes
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

An error that occurs during an action.

Properties

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

JSON representation

The following JSON representation shows the resource type.

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