[−][src]Enum opentelemetry::trace::TraceError
Errors returned by the trace API.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
ExportFailed(Box<dyn ExportError>)
Export failed with the error returned by the exporter
ExportTimedOut(Duration)
Export failed to finish after certain period and processor stopped the export.
Other errors propagated from trace SDK that weren't covered above
Trait Implementations
impl Debug for TraceError
[src]
impl Display for TraceError
[src]
impl Error for TraceError
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn description(&self) -> &str
1.0.0[src]
fn cause(&self) -> Option<&dyn Error>
1.0.0[src]
impl From<&'static str> for TraceError
[src]
impl From<Box<dyn Error + 'static + Sync + Send, Global>> for TraceError
[src]
impl From<Canceled> for TraceError
[src]
impl From<String> for TraceError
[src]
impl<T> From<T> for TraceError where
T: ExportError,
[src]
T: ExportError,
impl<T> From<TrySendError<T>> for TraceError
[src]
fn from(err: TrySendError<T>) -> Self
[src]
Auto Trait Implementations
impl !RefUnwindSafe for TraceError
impl Send for TraceError
impl Sync for TraceError
impl Unpin for TraceError
impl !UnwindSafe for TraceError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,