opentelemetry_sdk::export::logs

Type Alias ExportResult

source
pub type ExportResult = Result<(), LogError>;
Expand description

Describes the result of an export.

Aliased Type§

enum ExportResult {
    Ok(()),
    Err(LogError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(LogError)

Contains the error value