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

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

Marker trait for errors returned by exporters

Required methods

The name of exporter that returned this error

Implementors