Azure DevOps · JSON Structure

Azure Devops Work Items Error Structure

Type: object Properties: 7
AzureCI/CDDevOpsPipelinesWork Items

Error is a JSON Structure definition published by Azure DevOps, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id innerException message typeName typeKey errorCode eventId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "innerException": {
      "type": "object"
    },
    "message": {
      "type": "string"
    },
    "typeName": {
      "type": "string"
    },
    "typeKey": {
      "type": "string"
    },
    "errorCode": {
      "type": "integer"
    },
    "eventId": {
      "type": "integer"
    }
  }
}