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