Enum opentelemetry_jaeger::Error [−][src]
pub enum Error { ThriftAgentError(Error), NoHttpClient, ReqwestClientError(Error), InvalidUri(InvalidUri), }
Expand description
Wrap type for errors from opentelemetry jaeger
Variants
ThriftAgentError(Error)
Error from thrift agents.
No http client provided.
ReqwestClientError(Error)
reqwest client errors
InvalidUri(InvalidUri)
invalid collector uri is provided.
Trait Implementations
The name of exporter that returned this error
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more