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

Here is a JSON representation of the resource.

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