Microsoft Exchange · Schema

ODataError

OData error response

CalendarCollaborationContactsEmailEnterprise

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-exchange-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": "The error code"
        },
        "message": {
          "type": "string",
          "description": "The error message"
        }
      }
    }
  }
}