Error Attributes

1 attribute in this category. 1 stable

Stable Attributes

error.type

string PII: Maybe OTel: True

Describes a class of error the operation ended with.

Example timeout
Changelog
v0.1.0 #127
v0.0.0
Raw JSON
{
  "key": "error.type",
  "brief": "Describes a class of error the operation ended with.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "timeout",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        127
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}