opentelemetry_sdk::error

Type Alias OTelSdkResult

Source
pub type OTelSdkResult = Result<(), OTelSdkError>;
Expand description

A specialized Result type for Shutdown operations.

Aliased Type§

enum OTelSdkResult {
    Ok(()),
    Err(OTelSdkError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(OTelSdkError)

Contains the error value