Failure

data class Failure(val cause: Throwable) : DrainResult

The drain failed — either OtlpEdge.digest or OtlpEdge.send threw.

Parameters

cause

The underlying exception.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard