Trait opentelemetry::sdk::export::ExportError[][src]

pub trait ExportError: Error + Send + Sync + 'static {
    fn exporter_name(&self) -> &'static str;
}

Marker trait for errors returned by exporters

Required methods

fn exporter_name(&self) -> &'static str[src]

The name of exporter that returned this error

Loading content...

Implementors

Loading content...