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
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"
}