Azure DevOps · Schema

Error

AzureCI/CDDevOpsPipelinesWork Items

Properties

Name Type Description
id string
innerException object
message string
typeName string
typeKey string
errorCode integer
eventId integer
View JSON Schema on GitHub

JSON Schema

azure-devops-work-items-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}