Microsoft Graph · Schema

ErrorDetail

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
code string
message string
target string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-errordetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorDetail",
  "title": "ErrorDetail",
  "required": [
    "code",
    "message"
  ],
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "target": {
      "type": "string",
      "nullable": true
    }
  }
}