opentelemetry::trace

Trait ExportError

Source
pub trait ExportError:
    Error
    + Send
    + Sync
    + 'static {
    // Required method
    fn exporter_name(&self) -> &'static str;
}
Available on crate feature trace only.
Expand description

Trait for errors returned by exporters

Required Methods§

Source

fn exporter_name(&self) -> &'static str

The name of exporter that returned this error

Implementors§