Microsoft Graph · Schema

mailTipsError

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
code string The error code.
message string The error message.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmailtipserror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.mailTipsError",
  "title": "mailTipsError",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "The error code.",
      "nullable": true
    },
    "message": {
      "type": "string",
      "description": "The error message.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}