ErrorResponse

The standard error response object.

Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

power-platform-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "description": "The standard error response object.",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}