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
Error from thrift agents.
Tuple Fields of ThriftAgentError
0: Error
No http client provided.
reqwest client errors
Tuple Fields of ReqwestClientError
0: Error
invalid collector uri is provided.
Tuple Fields of InvalidUri
0: InvalidUri
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