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

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

Marker trait for errors returned by exporters

Required methods

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

The name of exporter that returned this error

Loading content...

Implementations on Foreign Types

impl ExportError for Error[src]

This is supported on crate feature trace only.
Loading content...

Implementors

impl ExportError for TestExportError[src]

Loading content...