Enum opentelemetry_datadog::Error
source · [−]pub enum Error {
MessagePackError,
NoHttpClient,
RequestError(Error),
InvalidUri(InvalidUri),
Other(String),
}
Expand description
Wrap type for errors from opentelemetry datadog exporter
Variants
MessagePackError
Message pack error
NoHttpClient
No http client founded. User should provide one or enable features
RequestError(Error)
Http requests failed with following errors
InvalidUri(InvalidUri)
The Uri was invalid
Other(String)
Other errors
Trait Implementations
The name of exporter that returned this error
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
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