OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_EXCEPTION_TYPEConst

    ATTR_EXCEPTION_TYPE: "exception.type" = ...

    The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it.

    java.net.ConnectException
    
    OSError
    

    If the recorded exception type is a wrapper that is not meaningful for failure classification, instrumentation MAY use the type of the inner exception instead. For example, in Go, errors created with fmt.Errorf using %w MAY be unwrapped when the wrapper type does not help classify the failure.