We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e6acb commit e7e879dCopy full SHA for e7e879d
opentelemetry-sdk/src/export/mod.rs
@@ -8,7 +8,7 @@ pub mod logs;
8
#[cfg_attr(docsrs, doc(cfg(feature = "trace")))]
9
pub mod trace;
10
11
-/// Marker trait for errors returned by exporters
+/// Trait for errors returned by exporters
12
pub trait ExportError: std::error::Error + Send + Sync + 'static {
13
/// The name of exporter that returned this error
14
fn exporter_name(&self) -> &'static str;
0 commit comments