Advanced Excel · JSON Structure

Excel Api Errorresponse Structure

Microsoft Graph API error response.

Type: object Properties: 1
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Errorresponse Structure is a JSON Structure definition published by Advanced Excel, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

error

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-errorresponse-structure.json",
  "title": "ErrorResponse",
  "description": "Microsoft Graph API error response.",
  "type": "object",
  "properties": {
    "error": {
      "type": "object",
      "description": "Error details."
    }
  }
}