Microsoft Intune · Schema

odataError

OData error response.

App ProtectionAzureComplianceDevice ConfigurationEndpoint ManagementEnrollmentMAMMDMMicrosoft GraphMobile Application ManagementMobile Device ManagementSecurity

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-intune-odataerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/odataError",
  "title": "odataError",
  "type": "object",
  "description": "OData error response.",
  "properties": {
    "error": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string",
          "description": "Error code."
        },
        "message": {
          "type": "string",
          "description": "Error message."
        },
        "innerError": {
          "type": "object",
          "properties": {
            "request-id": {
              "type": "string",
              "description": "Request ID for tracing."
            },
            "date": {
              "type": "string",
              "format": "date-time",
              "description": "Date and time of the error."
            }
          }
        }
      }
    }
  }
}