opentelemetry_semantic_conventions::attribute

Constant EXCEPTION_MESSAGE

Source
pub const EXCEPTION_MESSAGE: &str = "exception.message";
Expand description

The exception message.

ยงExamples

  • "Division by zero"
  • "Can't convert 'int' object to str implicitly"