Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 948 Bytes

File metadata and controls

51 lines (39 loc) · 948 Bytes
title description ms.localizationpriority author ms.subservice doc_type
mailTipsError resource type
An error that occurs during an action.
medium
SuryaLashmiS
outlook
resourcePageType

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"
}