| 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 |
Namespace: microsoft.graph
An error that occurs during an action.
| Property | Type | Description |
|---|---|---|
| code | String | The error code. |
| message | String | The error message. |
The following JSON representation shows the resource type.
{
"message": "string",
"code": "string"
}