Trait opentelemetry::ExportError

source ·
pub trait ExportError:
    Error
    + Send
    + Sync
    + 'static {
    // Required method
    fn exporter_name(&self) -> &'static str;
}
Expand description

Marker trait for errors returned by exporters

Required Methods§

source

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

The name of exporter that returned this error

Implementors§